Shades of Hot Magenta #F10CCD
Tints of Hot Magenta #F10CCD
RGB
CMYK
RGB Variations
Color information
#F10CCD (or 0xF10CCD) is known color: Hot Magenta. HEX triplet: F1, 0C and CD. RGB value is (241,12,205). Sum of RGB (Red+Green+Blue) = 241+12+205=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CCD is #0EF332. Grayscale: #656565. Windows color (decimal): -979763 or 13438193. OLE color: 13438193.
HSL color Cylindrical-coordinate representation of color #F10CCD: hue angle of 309.43º 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 #F10CCD is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.43º | 0.91% | 0.5% | - |
| HSV(B) | 309.43º | 0.95% | 0.95% | - |
| XYZ | 47.43 | 23.37 | 59.77 | - |
| YUV | 102.47 | 185.87 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 205 | 0 | 0.95 | 0.15 | 0.05 | 309.43 | 0.91 | 0.5 |
| Hex | F1 | C | CD | 0 | 5F | F | 5 | 135 | 5B | 32 |
| Octal | 361 | 14 | 315 | 0 | 137 | 17 | 5 | 465 | 133 | 62 |
| Binary | 11110001 | 1100 | 11001101 | 0 | 1011111 | 1111 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F10CCD
Complementary color
Monochromatic Colors of #F10CCD
Black with #F10CCD
Text Example
Text Example
White with #F10CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CCD; }
p { color: rgb(241,12,205); }
H1.HeaderClassName
{
color: #F10CCD;
}
.AnyTagClassName
{
color: #F10CCD;
}
</style>
background-color css
<style>
a { background-color: #F10CCD; }
a { background-color: rgb(241,12,205); }
div.DivClassName
{
background-color: #F10CCD;
}
.BgClassName
{
background-color: #F10CCD;
}
</style>
border-color css
<style>
span { border-color: #F10CCD; }
span { border-color: rgb(241,12,205); }
td.TdClassName
{
border-color: #F10CCD;
}
.TagClassName
{
border-color: #F10CCD;
}
</style>