Shades of Hot Magenta #F201CC
Tints of Hot Magenta #F201CC
RGB
CMYK
RGB Variations
Color information
#F201CC (or 0xF201CC) is known color: Hot Magenta. HEX triplet: F2, 01 and CC. RGB value is (242,1,204). Sum of RGB (Red+Green+Blue) = 242+1+204=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F201CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201CC is #0DFE33. Grayscale: #5F5F5F. Windows color (decimal): -917044 or 13369842. OLE color: 13369842.
HSL color Cylindrical-coordinate representation of color #F201CC: hue angle of 309.46º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F201CC is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.05 |
| HSL | 309.46º | 0.99% | 0.48% | - |
| HSV(B) | 309.46º | 1% | 0.95% | - |
| XYZ | 47.53 | 23.26 | 59.11 | - |
| YUV | 96.2 | 188.84 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 204 | 0 | 1.00 | 0.16 | 0.05 | 309.46 | 0.99 | 0.48 |
| Hex | F2 | 1 | CC | 0 | 64 | 10 | 5 | 135 | 63 | 30 |
| Octal | 362 | 1 | 314 | 0 | 144 | 20 | 5 | 465 | 143 | 60 |
| Binary | 11110010 | 1 | 11001100 | 0 | 1100100 | 10000 | 101 | 100110101 | 1100011 | 110000 |
Color Harmonies of #F201CC
Complementary color
Monochromatic Colors of #F201CC
Black with #F201CC
Text Example
Text Example
White with #F201CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201CC; }
p { color: rgb(242,1,204); }
H1.HeaderClassName
{
color: #F201CC;
}
.AnyTagClassName
{
color: #F201CC;
}
</style>
background-color css
<style>
a { background-color: #F201CC; }
a { background-color: rgb(242,1,204); }
div.DivClassName
{
background-color: #F201CC;
}
.BgClassName
{
background-color: #F201CC;
}
</style>
border-color css
<style>
span { border-color: #F201CC; }
span { border-color: rgb(242,1,204); }
td.TdClassName
{
border-color: #F201CC;
}
.TagClassName
{
border-color: #F201CC;
}
</style>