Shades of Magenta #F10CF6
Tints of Magenta #F10CF6
RGB
CMYK
RGB Variations
Color information
#F10CF6 (or 0xF10CF6) is known color: Magenta. HEX triplet: F1, 0C and F6. RGB value is (241,12,246). Sum of RGB (Red+Green+Blue) = 241+12+246=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 12 (5.08% from 255 or 2.40% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #F10CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10CF6 is #0EF309. Grayscale: #6A6A6A. Windows color (decimal): -979722 or 16125169. OLE color: 16125169.
HSL color Cylindrical-coordinate representation of color #F10CF6: hue angle of 298.72º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CF6 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 12 | 246 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.04 |
| HSL | 298.72º | 0.93% | 0.51% | - |
| HSV(B) | 298.72º | 0.95% | 0.96% | - |
| XYZ | 53.04 | 25.62 | 89.34 | - |
| YUV | 107.15 | 206.37 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 246 | 0.02 | 0.95 | 0 | 0.04 | 298.72 | 0.93 | 0.51 |
| Hex | F1 | C | F6 | 2 | 5F | 0 | 4 | 12B | 5D | 33 |
| Octal | 361 | 14 | 366 | 2 | 137 | 0 | 4 | 453 | 135 | 63 |
| Binary | 11110001 | 1100 | 11110110 | 10 | 1011111 | 0 | 100 | 100101011 | 1011101 | 110011 |
Color Harmonies of #F10CF6
Complementary color
Monochromatic Colors of #F10CF6
Black with #F10CF6
Text Example
Text Example
White with #F10CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CF6; }
p { color: rgb(241,12,246); }
H1.HeaderClassName
{
color: #F10CF6;
}
.AnyTagClassName
{
color: #F10CF6;
}
</style>
background-color css
<style>
a { background-color: #F10CF6; }
a { background-color: rgb(241,12,246); }
div.DivClassName
{
background-color: #F10CF6;
}
.BgClassName
{
background-color: #F10CF6;
}
</style>
border-color css
<style>
span { border-color: #F10CF6; }
span { border-color: rgb(241,12,246); }
td.TdClassName
{
border-color: #F10CF6;
}
.TagClassName
{
border-color: #F10CF6;
}
</style>