Shades of Hot Magenta #F902CC
Tints of Hot Magenta #F902CC
RGB
CMYK
RGB Variations
Color information
#F902CC (or 0xF902CC) is known color: Hot Magenta. HEX triplet: F9, 02 and CC. RGB value is (249,2,204). Sum of RGB (Red+Green+Blue) = 249+2+204=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F902CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902CC is #06FD33. Grayscale: #626262. Windows color (decimal): -458036 or 13370105. OLE color: 13370105.
HSL color Cylindrical-coordinate representation of color #F902CC: hue angle of 310.93º 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 #F902CC is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.02 |
| HSL | 310.93º | 0.98% | 0.49% | - |
| HSV(B) | 310.93º | 0.99% | 0.98% | - |
| XYZ | 49.99 | 24.54 | 59.23 | - |
| YUV | 98.88 | 187.33 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 204 | 0 | 0.99 | 0.18 | 0.02 | 310.93 | 0.98 | 0.49 |
| Hex | F9 | 2 | CC | 0 | 63 | 12 | 2 | 137 | 62 | 31 |
| Octal | 371 | 2 | 314 | 0 | 143 | 22 | 2 | 467 | 142 | 61 |
| Binary | 11111001 | 10 | 11001100 | 0 | 1100011 | 10010 | 10 | 100110111 | 1100010 | 110001 |
Color Harmonies of #F902CC
Complementary color
Monochromatic Colors of #F902CC
Black with #F902CC
Text Example
Text Example
White with #F902CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902CC; }
p { color: rgb(249,2,204); }
H1.HeaderClassName
{
color: #F902CC;
}
.AnyTagClassName
{
color: #F902CC;
}
</style>
background-color css
<style>
a { background-color: #F902CC; }
a { background-color: rgb(249,2,204); }
div.DivClassName
{
background-color: #F902CC;
}
.BgClassName
{
background-color: #F902CC;
}
</style>
border-color css
<style>
span { border-color: #F902CC; }
span { border-color: rgb(249,2,204); }
td.TdClassName
{
border-color: #F902CC;
}
.TagClassName
{
border-color: #F902CC;
}
</style>