Shades of Hot Magenta #F10CCF
Tints of Hot Magenta #F10CCF
RGB
CMYK
RGB Variations
Color information
#F10CCF (or 0xF10CCF) is known color: Hot Magenta. HEX triplet: F1, 0C and CF. RGB value is (241,12,207). Sum of RGB (Red+Green+Blue) = 241+12+207=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CCF is #0EF330. Grayscale: #666666. Windows color (decimal): -979761 or 13569265. OLE color: 13569265.
HSL color Cylindrical-coordinate representation of color #F10CCF: hue angle of 308.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CCF is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.05 |
| HSL | 308.91º | 0.91% | 0.5% | - |
| HSV(B) | 308.91º | 0.95% | 0.95% | - |
| XYZ | 47.67 | 23.47 | 61.05 | - |
| YUV | 102.7 | 186.87 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 207 | 0 | 0.95 | 0.14 | 0.05 | 308.91 | 0.91 | 0.5 |
| Hex | F1 | C | CF | 0 | 5F | E | 5 | 135 | 5B | 32 |
| Octal | 361 | 14 | 317 | 0 | 137 | 16 | 5 | 465 | 133 | 62 |
| Binary | 11110001 | 1100 | 11001111 | 0 | 1011111 | 1110 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F10CCF
Complementary color
Monochromatic Colors of #F10CCF
Black with #F10CCF
Text Example
Text Example
White with #F10CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CCF; }
p { color: rgb(241,12,207); }
H1.HeaderClassName
{
color: #F10CCF;
}
.AnyTagClassName
{
color: #F10CCF;
}
</style>
background-color css
<style>
a { background-color: #F10CCF; }
a { background-color: rgb(241,12,207); }
div.DivClassName
{
background-color: #F10CCF;
}
.BgClassName
{
background-color: #F10CCF;
}
</style>
border-color css
<style>
span { border-color: #F10CCF; }
span { border-color: rgb(241,12,207); }
td.TdClassName
{
border-color: #F10CCF;
}
.TagClassName
{
border-color: #F10CCF;
}
</style>