Shades of Hot Magenta #F006CE
Tints of Hot Magenta #F006CE
RGB
CMYK
RGB Variations
Color information
#F006CE (or 0xF006CE) is known color: Hot Magenta. HEX triplet: F0, 06 and CE. RGB value is (240,6,206). Sum of RGB (Red+Green+Blue) = 240+6+206=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F006CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006CE is #0FF931. Grayscale: #626262. Windows color (decimal): -1046834 or 13502192. OLE color: 13502192.
HSL color Cylindrical-coordinate representation of color #F006CE: hue angle of 308.72º degrees, saturation: 0.95, 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 #F006CE is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 206 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.06 |
| HSL | 308.72º | 0.95% | 0.48% | - |
| HSV(B) | 308.72º | 0.98% | 0.94% | - |
| XYZ | 47.14 | 23.11 | 60.37 | - |
| YUV | 98.77 | 188.52 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 206 | 0 | 0.98 | 0.14 | 0.06 | 308.72 | 0.95 | 0.48 |
| Hex | F0 | 6 | CE | 0 | 62 | E | 6 | 135 | 5F | 30 |
| Octal | 360 | 6 | 316 | 0 | 142 | 16 | 6 | 465 | 137 | 60 |
| Binary | 11110000 | 110 | 11001110 | 0 | 1100010 | 1110 | 110 | 100110101 | 1011111 | 110000 |
Color Harmonies of #F006CE
Complementary color
Monochromatic Colors of #F006CE
Black with #F006CE
Text Example
Text Example
White with #F006CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006CE; }
p { color: rgb(240,6,206); }
H1.HeaderClassName
{
color: #F006CE;
}
.AnyTagClassName
{
color: #F006CE;
}
</style>
background-color css
<style>
a { background-color: #F006CE; }
a { background-color: rgb(240,6,206); }
div.DivClassName
{
background-color: #F006CE;
}
.BgClassName
{
background-color: #F006CE;
}
</style>
border-color css
<style>
span { border-color: #F006CE; }
span { border-color: rgb(240,6,206); }
td.TdClassName
{
border-color: #F006CE;
}
.TagClassName
{
border-color: #F006CE;
}
</style>