Shades of Hollywood Cerise #F605AB
Tints of Hollywood Cerise #F605AB
RGB
CMYK
RGB Variations
Color information
#F605AB (or 0xF605AB) is known color: Hollywood Cerise. HEX triplet: F6, 05 and AB. RGB value is (246,5,171). Sum of RGB (Red+Green+Blue) = 246+5+171=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F605AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F605AB is #09FA54. Grayscale: #5F5F5F. Windows color (decimal): -653909 or 11208182. OLE color: 11208182.
HSL color Cylindrical-coordinate representation of color #F605AB: hue angle of 318.67º 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 #F605AB is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.04 |
| HSL | 318.67º | 0.96% | 0.49% | - |
| HSV(B) | 318.67º | 0.98% | 0.96% | - |
| XYZ | 45.41 | 22.64 | 40.5 | - |
| YUV | 95.98 | 170.34 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 171 | 0 | 0.98 | 0.30 | 0.04 | 318.67 | 0.96 | 0.49 |
| Hex | F6 | 5 | AB | 0 | 62 | 1E | 4 | 13F | 60 | 31 |
| Octal | 366 | 5 | 253 | 0 | 142 | 36 | 4 | 477 | 140 | 61 |
| Binary | 11110110 | 101 | 10101011 | 0 | 1100010 | 11110 | 100 | 100111111 | 1100000 | 110001 |
Color Harmonies of #F605AB
Complementary color
Monochromatic Colors of #F605AB
Black with #F605AB
Text Example
Text Example
White with #F605AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605AB; }
p { color: rgb(246,5,171); }
H1.HeaderClassName
{
color: #F605AB;
}
.AnyTagClassName
{
color: #F605AB;
}
</style>
background-color css
<style>
a { background-color: #F605AB; }
a { background-color: rgb(246,5,171); }
div.DivClassName
{
background-color: #F605AB;
}
.BgClassName
{
background-color: #F605AB;
}
</style>
border-color css
<style>
span { border-color: #F605AB; }
span { border-color: rgb(246,5,171); }
td.TdClassName
{
border-color: #F605AB;
}
.TagClassName
{
border-color: #F605AB;
}
</style>