Shades of Hollywood Cerise #F201AC
Tints of Hollywood Cerise #F201AC
RGB
CMYK
RGB Variations
Color information
#F201AC (or 0xF201AC) is known color: Hollywood Cerise. HEX triplet: F2, 01 and AC. RGB value is (242,1,172). Sum of RGB (Red+Green+Blue) = 242+1+172=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F201AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F201AC is #0DFE53. Grayscale: #5C5C5C. Windows color (decimal): -917076 or 11272690. OLE color: 11272690.
HSL color Cylindrical-coordinate representation of color #F201AC: hue angle of 317.43º 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 #F201AC is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 172 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.05 |
| HSL | 317.43º | 0.99% | 0.48% | - |
| HSV(B) | 317.43º | 1% | 0.95% | - |
| XYZ | 44.08 | 21.88 | 40.93 | - |
| YUV | 92.55 | 172.84 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 172 | 0 | 1.00 | 0.29 | 0.05 | 317.43 | 0.99 | 0.48 |
| Hex | F2 | 1 | AC | 0 | 64 | 1D | 5 | 13D | 63 | 30 |
| Octal | 362 | 1 | 254 | 0 | 144 | 35 | 5 | 475 | 143 | 60 |
| Binary | 11110010 | 1 | 10101100 | 0 | 1100100 | 11101 | 101 | 100111101 | 1100011 | 110000 |
Color Harmonies of #F201AC
Complementary color
Monochromatic Colors of #F201AC
Black with #F201AC
Text Example
Text Example
White with #F201AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201AC; }
p { color: rgb(242,1,172); }
H1.HeaderClassName
{
color: #F201AC;
}
.AnyTagClassName
{
color: #F201AC;
}
</style>
background-color css
<style>
a { background-color: #F201AC; }
a { background-color: rgb(242,1,172); }
div.DivClassName
{
background-color: #F201AC;
}
.BgClassName
{
background-color: #F201AC;
}
</style>
border-color css
<style>
span { border-color: #F201AC; }
span { border-color: rgb(242,1,172); }
td.TdClassName
{
border-color: #F201AC;
}
.TagClassName
{
border-color: #F201AC;
}
</style>