Shades of Hot Magenta #F004CE
Tints of Hot Magenta #F004CE
RGB
CMYK
RGB Variations
Color information
#F004CE (or 0xF004CE) is known color: Hot Magenta. HEX triplet: F0, 04 and CE. RGB value is (240,4,206). Sum of RGB (Red+Green+Blue) = 240+4+206=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F004CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F004CE is #0FFB31. Grayscale: #616161. Windows color (decimal): -1047346 or 13501680. OLE color: 13501680.
HSL color Cylindrical-coordinate representation of color #F004CE: hue angle of 308.64º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F004CE is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.06 |
| HSL | 308.64º | 0.97% | 0.48% | - |
| HSV(B) | 308.64º | 0.98% | 0.94% | - |
| XYZ | 47.12 | 23.07 | 60.36 | - |
| YUV | 97.59 | 189.19 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 206 | 0 | 0.98 | 0.14 | 0.06 | 308.64 | 0.97 | 0.48 |
| Hex | F0 | 4 | CE | 0 | 62 | E | 6 | 135 | 61 | 30 |
| Octal | 360 | 4 | 316 | 0 | 142 | 16 | 6 | 465 | 141 | 60 |
| Binary | 11110000 | 100 | 11001110 | 0 | 1100010 | 1110 | 110 | 100110101 | 1100001 | 110000 |
Color Harmonies of #F004CE
Complementary color
Monochromatic Colors of #F004CE
Black with #F004CE
Text Example
Text Example
White with #F004CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F004CE; }
p { color: rgb(240,4,206); }
H1.HeaderClassName
{
color: #F004CE;
}
.AnyTagClassName
{
color: #F004CE;
}
</style>
background-color css
<style>
a { background-color: #F004CE; }
a { background-color: rgb(240,4,206); }
div.DivClassName
{
background-color: #F004CE;
}
.BgClassName
{
background-color: #F004CE;
}
</style>
border-color css
<style>
span { border-color: #F004CE; }
span { border-color: rgb(240,4,206); }
td.TdClassName
{
border-color: #F004CE;
}
.TagClassName
{
border-color: #F004CE;
}
</style>