Shades of Hot Magenta #F902CE
Tints of Hot Magenta #F902CE
RGB
CMYK
RGB Variations
Color information
#F902CE (or 0xF902CE) is known color: Hot Magenta. HEX triplet: F9, 02 and CE. RGB value is (249,2,206). Sum of RGB (Red+Green+Blue) = 249+2+206=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 2 (1.17% from 255 or 0.44% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F902CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902CE is #06FD31. Grayscale: #626262. Windows color (decimal): -458034 or 13501177. OLE color: 13501177.
HSL color Cylindrical-coordinate representation of color #F902CE: hue angle of 310.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F902CE is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.02 |
| HSL | 310.45º | 0.98% | 0.49% | - |
| HSV(B) | 310.45º | 0.99% | 0.98% | - |
| XYZ | 50.23 | 24.64 | 60.5 | - |
| YUV | 99.11 | 188.33 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 206 | 0 | 0.99 | 0.17 | 0.02 | 310.45 | 0.98 | 0.49 |
| Hex | F9 | 2 | CE | 0 | 63 | 11 | 2 | 136 | 62 | 31 |
| Octal | 371 | 2 | 316 | 0 | 143 | 21 | 2 | 466 | 142 | 61 |
| Binary | 11111001 | 10 | 11001110 | 0 | 1100011 | 10001 | 10 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F902CE
Complementary color
Monochromatic Colors of #F902CE
Black with #F902CE
Text Example
Text Example
White with #F902CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902CE; }
p { color: rgb(249,2,206); }
H1.HeaderClassName
{
color: #F902CE;
}
.AnyTagClassName
{
color: #F902CE;
}
</style>
background-color css
<style>
a { background-color: #F902CE; }
a { background-color: rgb(249,2,206); }
div.DivClassName
{
background-color: #F902CE;
}
.BgClassName
{
background-color: #F902CE;
}
</style>
border-color css
<style>
span { border-color: #F902CE; }
span { border-color: rgb(249,2,206); }
td.TdClassName
{
border-color: #F902CE;
}
.TagClassName
{
border-color: #F902CE;
}
</style>