Shades of Hollywood Cerise #F505AB
Tints of Hollywood Cerise #F505AB
RGB
CMYK
RGB Variations
Color information
#F505AB (or 0xF505AB) is known color: Hollywood Cerise. HEX triplet: F5, 05 and AB. RGB value is (245,5,171). Sum of RGB (Red+Green+Blue) = 245+5+171=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F505AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F505AB is #0AFA54. Grayscale: #5F5F5F. Windows color (decimal): -719445 or 11208181. OLE color: 11208181.
HSL color Cylindrical-coordinate representation of color #F505AB: hue angle of 318.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505AB is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.04 |
| HSL | 318.5º | 0.96% | 0.49% | - |
| HSV(B) | 318.5º | 0.98% | 0.96% | - |
| XYZ | 45.06 | 22.46 | 40.49 | - |
| YUV | 95.68 | 170.51 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 171 | 0 | 0.98 | 0.30 | 0.04 | 318.5 | 0.96 | 0.49 |
| Hex | F5 | 5 | AB | 0 | 62 | 1E | 4 | 13E | 60 | 31 |
| Octal | 365 | 5 | 253 | 0 | 142 | 36 | 4 | 476 | 140 | 61 |
| Binary | 11110101 | 101 | 10101011 | 0 | 1100010 | 11110 | 100 | 100111110 | 1100000 | 110001 |
Color Harmonies of #F505AB
Complementary color
Monochromatic Colors of #F505AB
Black with #F505AB
Text Example
Text Example
White with #F505AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505AB; }
p { color: rgb(245,5,171); }
H1.HeaderClassName
{
color: #F505AB;
}
.AnyTagClassName
{
color: #F505AB;
}
</style>
background-color css
<style>
a { background-color: #F505AB; }
a { background-color: rgb(245,5,171); }
div.DivClassName
{
background-color: #F505AB;
}
.BgClassName
{
background-color: #F505AB;
}
</style>
border-color css
<style>
span { border-color: #F505AB; }
span { border-color: rgb(245,5,171); }
td.TdClassName
{
border-color: #F505AB;
}
.TagClassName
{
border-color: #F505AB;
}
</style>