Shades of Hollywood Cerise #F600AD
Tints of Hollywood Cerise #F600AD
RGB
CMYK
RGB Variations
Color information
#F600AD (or 0xF600AD) is known color: Hollywood Cerise. HEX triplet: F6, 00 and AD. RGB value is (246,0,173). Sum of RGB (Red+Green+Blue) = 246+0+173=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F600AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F600AD is #09FF52. Grayscale: #5C5C5C. Windows color (decimal): -655187 or 11337974. OLE color: 11337974.
HSL color Cylindrical-coordinate representation of color #F600AD: hue angle of 317.8º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600AD is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.30 | 0.04 |
| HSL | 317.8º | 1% | 0.48% | - |
| HSV(B) | 317.8º | 1% | 0.96% | - |
| XYZ | 45.55 | 22.61 | 41.5 | - |
| YUV | 93.28 | 173 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 173 | 0 | 1 | 0.30 | 0.04 | 317.8 | 1 | 0.48 |
| Hex | F6 | 0 | AD | 0 | 64 | 1E | 4 | 13E | 64 | 30 |
| Octal | 366 | 0 | 255 | 0 | 144 | 36 | 4 | 476 | 144 | 60 |
| Binary | 11110110 | 0 | 10101101 | 0 | 1100100 | 11110 | 100 | 100111110 | 1100100 | 110000 |
Color Harmonies of #F600AD
Complementary color
Monochromatic Colors of #F600AD
Black with #F600AD
Text Example
Text Example
White with #F600AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600AD; }
p { color: rgb(246,0,173); }
H1.HeaderClassName
{
color: #F600AD;
}
.AnyTagClassName
{
color: #F600AD;
}
</style>
background-color css
<style>
a { background-color: #F600AD; }
a { background-color: rgb(246,0,173); }
div.DivClassName
{
background-color: #F600AD;
}
.BgClassName
{
background-color: #F600AD;
}
</style>
border-color css
<style>
span { border-color: #F600AD; }
span { border-color: rgb(246,0,173); }
td.TdClassName
{
border-color: #F600AD;
}
.TagClassName
{
border-color: #F600AD;
}
</style>