Shades of Hollywood Cerise #F605AD
Tints of Hollywood Cerise #F605AD
RGB
CMYK
RGB Variations
Color information
#F605AD (or 0xF605AD) is known color: Hollywood Cerise. HEX triplet: F6, 05 and AD. RGB value is (246,5,173). Sum of RGB (Red+Green+Blue) = 246+5+173=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F605AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F605AD is #09FA52. Grayscale: #5F5F5F. Windows color (decimal): -653907 or 11339254. OLE color: 11339254.
HSL color Cylindrical-coordinate representation of color #F605AD: hue angle of 318.17º 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 #F605AD is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.04 |
| HSL | 318.17º | 0.96% | 0.49% | - |
| HSV(B) | 318.17º | 0.98% | 0.96% | - |
| XYZ | 45.6 | 22.72 | 41.52 | - |
| YUV | 96.21 | 171.34 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 173 | 0 | 0.98 | 0.30 | 0.04 | 318.17 | 0.96 | 0.49 |
| Hex | F6 | 5 | AD | 0 | 62 | 1E | 4 | 13E | 60 | 31 |
| Octal | 366 | 5 | 255 | 0 | 142 | 36 | 4 | 476 | 140 | 61 |
| Binary | 11110110 | 101 | 10101101 | 0 | 1100010 | 11110 | 100 | 100111110 | 1100000 | 110001 |
Color Harmonies of #F605AD
Complementary color
Monochromatic Colors of #F605AD
Black with #F605AD
Text Example
Text Example
White with #F605AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605AD; }
p { color: rgb(246,5,173); }
H1.HeaderClassName
{
color: #F605AD;
}
.AnyTagClassName
{
color: #F605AD;
}
</style>
background-color css
<style>
a { background-color: #F605AD; }
a { background-color: rgb(246,5,173); }
div.DivClassName
{
background-color: #F605AD;
}
.BgClassName
{
background-color: #F605AD;
}
</style>
border-color css
<style>
span { border-color: #F605AD; }
span { border-color: rgb(246,5,173); }
td.TdClassName
{
border-color: #F605AD;
}
.TagClassName
{
border-color: #F605AD;
}
</style>