Shades of Hollywood Cerise #F201AB
Tints of Hollywood Cerise #F201AB
RGB
CMYK
RGB Variations
Color information
#F201AB (or 0xF201AB) is known color: Hollywood Cerise. HEX triplet: F2, 01 and AB. RGB value is (242,1,171). Sum of RGB (Red+Green+Blue) = 242+1+171=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F201AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F201AB is #0DFE54. Grayscale: #5C5C5C. Windows color (decimal): -917077 or 11207154. OLE color: 11207154.
HSL color Cylindrical-coordinate representation of color #F201AB: hue angle of 317.68º 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 #F201AB is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.05 |
| HSL | 317.68º | 0.99% | 0.48% | - |
| HSV(B) | 317.68º | 1% | 0.95% | - |
| XYZ | 43.98 | 21.84 | 40.43 | - |
| YUV | 92.44 | 172.34 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 171 | 0 | 1.00 | 0.29 | 0.05 | 317.68 | 0.99 | 0.48 |
| Hex | F2 | 1 | AB | 0 | 64 | 1D | 5 | 13E | 63 | 30 |
| Octal | 362 | 1 | 253 | 0 | 144 | 35 | 5 | 476 | 143 | 60 |
| Binary | 11110010 | 1 | 10101011 | 0 | 1100100 | 11101 | 101 | 100111110 | 1100011 | 110000 |
Color Harmonies of #F201AB
Complementary color
Monochromatic Colors of #F201AB
Black with #F201AB
Text Example
Text Example
White with #F201AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201AB; }
p { color: rgb(242,1,171); }
H1.HeaderClassName
{
color: #F201AB;
}
.AnyTagClassName
{
color: #F201AB;
}
</style>
background-color css
<style>
a { background-color: #F201AB; }
a { background-color: rgb(242,1,171); }
div.DivClassName
{
background-color: #F201AB;
}
.BgClassName
{
background-color: #F201AB;
}
</style>
border-color css
<style>
span { border-color: #F201AB; }
span { border-color: rgb(242,1,171); }
td.TdClassName
{
border-color: #F201AB;
}
.TagClassName
{
border-color: #F201AB;
}
</style>