Shades of Hollywood Cerise #F200AC
Tints of Hollywood Cerise #F200AC
RGB
CMYK
RGB Variations
Color information
#F200AC (or 0xF200AC) is known color: Hollywood Cerise. HEX triplet: F2, 00 and AC. RGB value is (242,0,172). Sum of RGB (Red+Green+Blue) = 242+0+172=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F200AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F200AC is #0DFF53. Grayscale: #5B5B5B. Windows color (decimal): -917332 or 11272434. OLE color: 11272434.
HSL color Cylindrical-coordinate representation of color #F200AC: hue angle of 317.36º 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 #F200AC is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.29 | 0.05 |
| HSL | 317.36º | 1% | 0.47% | - |
| HSV(B) | 317.36º | 1% | 0.95% | - |
| XYZ | 44.06 | 21.86 | 40.93 | - |
| YUV | 91.97 | 173.17 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 172 | 0 | 1 | 0.29 | 0.05 | 317.36 | 1 | 0.47 |
| Hex | F2 | 0 | AC | 0 | 64 | 1D | 5 | 13D | 64 | 2F |
| Octal | 362 | 0 | 254 | 0 | 144 | 35 | 5 | 475 | 144 | 57 |
| Binary | 11110010 | 0 | 10101100 | 0 | 1100100 | 11101 | 101 | 100111101 | 1100100 | 101111 |
Color Harmonies of #F200AC
Complementary color
Monochromatic Colors of #F200AC
Black with #F200AC
Text Example
Text Example
White with #F200AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200AC; }
p { color: rgb(242,0,172); }
H1.HeaderClassName
{
color: #F200AC;
}
.AnyTagClassName
{
color: #F200AC;
}
</style>
background-color css
<style>
a { background-color: #F200AC; }
a { background-color: rgb(242,0,172); }
div.DivClassName
{
background-color: #F200AC;
}
.BgClassName
{
background-color: #F200AC;
}
</style>
border-color css
<style>
span { border-color: #F200AC; }
span { border-color: rgb(242,0,172); }
td.TdClassName
{
border-color: #F200AC;
}
.TagClassName
{
border-color: #F200AC;
}
</style>