In a RGB color space, #f100f1 hex color is composed of 94.5% red, 0% green and 94.5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 0% yellow and 5.5% black. It has a hue angle of 300 degrees, a saturation of 100% and a lightness of 47.3%. #f100f1 color hex could be obtained by blending #ff00ff with #e300e3. Closest websafe color is: #ff00ff.
The hexadecimal color #f100f1 has RGB values of R:241, G:0, B:241 and CMYK values of C:0, M:1, Y:0, K:0.05. Its decimal value is 15794417.
Hex triplet | f100f1 | #f100f1 |
RGB Decimal | 241, 0, 241 | rgb(241,0,241) |
RGB Percent | 94.5, 0, 94.5 | rgb(94.5%,0%,94.5%) |
CMYK | 0, 100, 0, 5.5 | |
HSL | 300°, 100, 47.3 | hsl(300,100%,47.3%) |
HSV(HSB) | 300°, 100, 94.5 | |
Web Safe | ff00ff | #f0f |
XYZ | 52.153, 25.052, 85.306 |
xyY | 0.321, 0.154, 25.052 |
CIE-LAB | 57.126, 94.142, -58.297 |
CIE-LCH | 57.126, 110.73, 328.233 |
CIE-LUV | 57.126, 79.623, -102.955 |
Hunter-Lab | 50.052, 98.403, -66.015 |
Binary | 11110001, 00000000, 11110001 |
Below, you can see some colors close to #f100f1. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #f100f1.
<span style="color:#f100f1">Text here</span>
This paragraph has a background color of #f100f1.
<p style="background-color:#f100f1;">Content here</p>
This element has a border color of #f100f1.
<div style="border:1px #f100f1;">Content here</div>
.text {color:#f100f1;}
.background {background-color:#f100f1;}
.border {border:1px solid #f100f1;}
.text-shadow {border:1px solid #f100f1;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #070007 is the darkest color, while #fff1ff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #797879 is the less saturated color, while #e70ae7 is the most saturated one.