Shades of Hollywood Cerise #F005AB
Tints of Hollywood Cerise #F005AB
RGB
CMYK
RGB Variations
Color information
#F005AB (or 0xF005AB) is known color: Hollywood Cerise. HEX triplet: F0, 05 and AB. RGB value is (240,5,171). Sum of RGB (Red+Green+Blue) = 240+5+171=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F005AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F005AB is #0FFA54. Grayscale: #5D5D5D. Windows color (decimal): -1047125 or 11208176. OLE color: 11208176.
HSL color Cylindrical-coordinate representation of color #F005AB: hue angle of 317.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005AB is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.06 |
| HSL | 317.62º | 0.96% | 0.48% | - |
| HSV(B) | 317.62º | 0.98% | 0.94% | - |
| XYZ | 43.34 | 21.57 | 40.41 | - |
| YUV | 94.19 | 171.36 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 171 | 0 | 0.98 | 0.29 | 0.06 | 317.62 | 0.96 | 0.48 |
| Hex | F0 | 5 | AB | 0 | 62 | 1D | 6 | 13E | 60 | 30 |
| Octal | 360 | 5 | 253 | 0 | 142 | 35 | 6 | 476 | 140 | 60 |
| Binary | 11110000 | 101 | 10101011 | 0 | 1100010 | 11101 | 110 | 100111110 | 1100000 | 110000 |
Color Harmonies of #F005AB
Complementary color
Monochromatic Colors of #F005AB
Black with #F005AB
Text Example
Text Example
White with #F005AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005AB; }
p { color: rgb(240,5,171); }
H1.HeaderClassName
{
color: #F005AB;
}
.AnyTagClassName
{
color: #F005AB;
}
</style>
background-color css
<style>
a { background-color: #F005AB; }
a { background-color: rgb(240,5,171); }
div.DivClassName
{
background-color: #F005AB;
}
.BgClassName
{
background-color: #F005AB;
}
</style>
border-color css
<style>
span { border-color: #F005AB; }
span { border-color: rgb(240,5,171); }
td.TdClassName
{
border-color: #F005AB;
}
.TagClassName
{
border-color: #F005AB;
}
</style>