Shades of Hollywood Cerise #F205AB
Tints of Hollywood Cerise #F205AB
RGB
CMYK
RGB Variations
Color information
#F205AB (or 0xF205AB) is known color: Hollywood Cerise. HEX triplet: F2, 05 and AB. RGB value is (242,5,171). Sum of RGB (Red+Green+Blue) = 242+5+171=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F205AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F205AB is #0DFA54. Grayscale: #5E5E5E. Windows color (decimal): -916053 or 11208178. OLE color: 11208178.
HSL color Cylindrical-coordinate representation of color #F205AB: hue angle of 317.97º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205AB is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.05 |
| HSL | 317.97º | 0.96% | 0.48% | - |
| HSV(B) | 317.97º | 0.98% | 0.95% | - |
| XYZ | 44.02 | 21.93 | 40.44 | - |
| YUV | 94.79 | 171.02 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 171 | 0 | 0.98 | 0.29 | 0.05 | 317.97 | 0.96 | 0.48 |
| Hex | F2 | 5 | AB | 0 | 62 | 1D | 5 | 13E | 60 | 30 |
| Octal | 362 | 5 | 253 | 0 | 142 | 35 | 5 | 476 | 140 | 60 |
| Binary | 11110010 | 101 | 10101011 | 0 | 1100010 | 11101 | 101 | 100111110 | 1100000 | 110000 |
Color Harmonies of #F205AB
Complementary color
Monochromatic Colors of #F205AB
Black with #F205AB
Text Example
Text Example
White with #F205AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205AB; }
p { color: rgb(242,5,171); }
H1.HeaderClassName
{
color: #F205AB;
}
.AnyTagClassName
{
color: #F205AB;
}
</style>
background-color css
<style>
a { background-color: #F205AB; }
a { background-color: rgb(242,5,171); }
div.DivClassName
{
background-color: #F205AB;
}
.BgClassName
{
background-color: #F205AB;
}
</style>
border-color css
<style>
span { border-color: #F205AB; }
span { border-color: rgb(242,5,171); }
td.TdClassName
{
border-color: #F205AB;
}
.TagClassName
{
border-color: #F205AB;
}
</style>