Shades of Hot Magenta #F000CA
Tints of Hot Magenta #F000CA
RGB
CMYK
RGB Variations
Color information
#F000CA (or 0xF000CA) is known color: Hot Magenta. HEX triplet: F0, 00 and CA. RGB value is (240,0,202). Sum of RGB (Red+Green+Blue) = 240+0+202=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F000CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000CA is #0FFF35. Grayscale: #5E5E5E. Windows color (decimal): -1048374 or 13238512. OLE color: 13238512.
HSL color Cylindrical-coordinate representation of color #F000CA: hue angle of 309.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000CA is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.16 | 0.06 |
| HSL | 309.5º | 1% | 0.47% | - |
| HSV(B) | 309.5º | 1% | 0.94% | - |
| XYZ | 46.6 | 22.79 | 57.82 | - |
| YUV | 94.79 | 188.51 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 202 | 0 | 1 | 0.16 | 0.06 | 309.5 | 1 | 0.47 |
| Hex | F0 | 0 | CA | 0 | 64 | 10 | 6 | 136 | 64 | 2F |
| Octal | 360 | 0 | 312 | 0 | 144 | 20 | 6 | 466 | 144 | 57 |
| Binary | 11110000 | 0 | 11001010 | 0 | 1100100 | 10000 | 110 | 100110110 | 1100100 | 101111 |
Color Harmonies of #F000CA
Complementary color
Monochromatic Colors of #F000CA
Black with #F000CA
Text Example
Text Example
White with #F000CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000CA; }
p { color: rgb(240,0,202); }
H1.HeaderClassName
{
color: #F000CA;
}
.AnyTagClassName
{
color: #F000CA;
}
</style>
background-color css
<style>
a { background-color: #F000CA; }
a { background-color: rgb(240,0,202); }
div.DivClassName
{
background-color: #F000CA;
}
.BgClassName
{
background-color: #F000CA;
}
</style>
border-color css
<style>
span { border-color: #F000CA; }
span { border-color: rgb(240,0,202); }
td.TdClassName
{
border-color: #F000CA;
}
.TagClassName
{
border-color: #F000CA;
}
</style>