Shades of Magenta #F10CFE
Tints of Magenta #F10CFE
RGB
CMYK
RGB Variations
Color information
#F10CFE (or 0xF10CFE) is known color: Magenta. HEX triplet: F1, 0C and FE. RGB value is (241,12,254). Sum of RGB (Red+Green+Blue) = 241+12+254=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 12 (5.08% from 255 or 2.37% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #F10CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10CFE is #0EF301. Grayscale: #6B6B6B. Windows color (decimal): -979714 or 16649457. OLE color: 16649457.
HSL color Cylindrical-coordinate representation of color #F10CFE: hue angle of 296.78º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CFE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 12 | 254 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.00 |
| HSL | 296.78º | 0.99% | 0.52% | - |
| HSV(B) | 296.78º | 0.95% | 1% | - |
| XYZ | 54.3 | 26.12 | 95.95 | - |
| YUV | 108.06 | 210.37 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 254 | 0.05 | 0.95 | 0 | 0.00 | 296.78 | 0.99 | 0.52 |
| Hex | F1 | C | FE | 5 | 5F | 0 | 0 | 129 | 63 | 34 |
| Octal | 361 | 14 | 376 | 5 | 137 | 0 | 0 | 451 | 143 | 64 |
| Binary | 11110001 | 1100 | 11111110 | 101 | 1011111 | 0 | 0 | 100101001 | 1100011 | 110100 |
Color Harmonies of #F10CFE
Complementary color
Monochromatic Colors of #F10CFE
Black with #F10CFE
Text Example
Text Example
White with #F10CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CFE; }
p { color: rgb(241,12,254); }
H1.HeaderClassName
{
color: #F10CFE;
}
.AnyTagClassName
{
color: #F10CFE;
}
</style>
background-color css
<style>
a { background-color: #F10CFE; }
a { background-color: rgb(241,12,254); }
div.DivClassName
{
background-color: #F10CFE;
}
.BgClassName
{
background-color: #F10CFE;
}
</style>
border-color css
<style>
span { border-color: #F10CFE; }
span { border-color: rgb(241,12,254); }
td.TdClassName
{
border-color: #F10CFE;
}
.TagClassName
{
border-color: #F10CFE;
}
</style>