Shades of Hollywood Cerise #F206AB
Tints of Hollywood Cerise #F206AB
RGB
CMYK
RGB Variations
Color information
#F206AB (or 0xF206AB) is known color: Hollywood Cerise. HEX triplet: F2, 06 and AB. RGB value is (242,6,171). Sum of RGB (Red+Green+Blue) = 242+6+171=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F206AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F206AB is #0DF954. Grayscale: #5E5E5E. Windows color (decimal): -915797 or 11208434. OLE color: 11208434.
HSL color Cylindrical-coordinate representation of color #F206AB: hue angle of 318.05º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F206AB is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 171 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.05 |
| HSL | 318.05º | 0.95% | 0.49% | - |
| HSV(B) | 318.05º | 0.98% | 0.95% | - |
| XYZ | 44.03 | 21.95 | 40.44 | - |
| YUV | 95.37 | 170.69 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 171 | 0 | 0.98 | 0.29 | 0.05 | 318.05 | 0.95 | 0.49 |
| Hex | F2 | 6 | AB | 0 | 62 | 1D | 5 | 13E | 5F | 31 |
| Octal | 362 | 6 | 253 | 0 | 142 | 35 | 5 | 476 | 137 | 61 |
| Binary | 11110010 | 110 | 10101011 | 0 | 1100010 | 11101 | 101 | 100111110 | 1011111 | 110001 |
Color Harmonies of #F206AB
Complementary color
Monochromatic Colors of #F206AB
Black with #F206AB
Text Example
Text Example
White with #F206AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206AB; }
p { color: rgb(242,6,171); }
H1.HeaderClassName
{
color: #F206AB;
}
.AnyTagClassName
{
color: #F206AB;
}
</style>
background-color css
<style>
a { background-color: #F206AB; }
a { background-color: rgb(242,6,171); }
div.DivClassName
{
background-color: #F206AB;
}
.BgClassName
{
background-color: #F206AB;
}
</style>
border-color css
<style>
span { border-color: #F206AB; }
span { border-color: rgb(242,6,171); }
td.TdClassName
{
border-color: #F206AB;
}
.TagClassName
{
border-color: #F206AB;
}
</style>