Shades of Hot Magenta #F200CC
Tints of Hot Magenta #F200CC
RGB
CMYK
RGB Variations
Color information
#F200CC (or 0xF200CC) is known color: Hot Magenta. HEX triplet: F2, 00 and CC. RGB value is (242,0,204). Sum of RGB (Red+Green+Blue) = 242+0+204=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F200CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200CC is #0DFF33. Grayscale: #5F5F5F. Windows color (decimal): -917300 or 13369586. OLE color: 13369586.
HSL color Cylindrical-coordinate representation of color #F200CC: hue angle of 309.42º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200CC is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.16 | 0.05 |
| HSL | 309.42º | 1% | 0.47% | - |
| HSV(B) | 309.42º | 1% | 0.95% | - |
| XYZ | 47.52 | 23.24 | 59.11 | - |
| YUV | 95.61 | 189.17 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 204 | 0 | 1 | 0.16 | 0.05 | 309.42 | 1 | 0.47 |
| Hex | F2 | 0 | CC | 0 | 64 | 10 | 5 | 135 | 64 | 2F |
| Octal | 362 | 0 | 314 | 0 | 144 | 20 | 5 | 465 | 144 | 57 |
| Binary | 11110010 | 0 | 11001100 | 0 | 1100100 | 10000 | 101 | 100110101 | 1100100 | 101111 |
Color Harmonies of #F200CC
Complementary color
Monochromatic Colors of #F200CC
Black with #F200CC
Text Example
Text Example
White with #F200CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200CC; }
p { color: rgb(242,0,204); }
H1.HeaderClassName
{
color: #F200CC;
}
.AnyTagClassName
{
color: #F200CC;
}
</style>
background-color css
<style>
a { background-color: #F200CC; }
a { background-color: rgb(242,0,204); }
div.DivClassName
{
background-color: #F200CC;
}
.BgClassName
{
background-color: #F200CC;
}
</style>
border-color css
<style>
span { border-color: #F200CC; }
span { border-color: rgb(242,0,204); }
td.TdClassName
{
border-color: #F200CC;
}
.TagClassName
{
border-color: #F200CC;
}
</style>