Shades of Hollywood Cerise #F608AF
Tints of Hollywood Cerise #F608AF
RGB
CMYK
RGB Variations
Color information
#F608AF (or 0xF608AF) is known color: Hollywood Cerise. HEX triplet: F6, 08 and AF. RGB value is (246,8,175). Sum of RGB (Red+Green+Blue) = 246+8+175=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F608AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F608AF is #09F750. Grayscale: #616161. Windows color (decimal): -653137 or 11471094. OLE color: 11471094.
HSL color Cylindrical-coordinate representation of color #F608AF: hue angle of 317.9º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F608AF is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 175 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.04 |
| HSL | 317.9º | 0.94% | 0.5% | - |
| HSV(B) | 317.9º | 0.97% | 0.96% | - |
| XYZ | 45.83 | 22.86 | 42.55 | - |
| YUV | 98.2 | 171.35 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 175 | 0 | 0.97 | 0.29 | 0.04 | 317.9 | 0.94 | 0.5 |
| Hex | F6 | 8 | AF | 0 | 61 | 1D | 4 | 13E | 5E | 32 |
| Octal | 366 | 10 | 257 | 0 | 141 | 35 | 4 | 476 | 136 | 62 |
| Binary | 11110110 | 1000 | 10101111 | 0 | 1100001 | 11101 | 100 | 100111110 | 1011110 | 110010 |
Color Harmonies of #F608AF
Complementary color
Monochromatic Colors of #F608AF
Black with #F608AF
Text Example
Text Example
White with #F608AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608AF; }
p { color: rgb(246,8,175); }
H1.HeaderClassName
{
color: #F608AF;
}
.AnyTagClassName
{
color: #F608AF;
}
</style>
background-color css
<style>
a { background-color: #F608AF; }
a { background-color: rgb(246,8,175); }
div.DivClassName
{
background-color: #F608AF;
}
.BgClassName
{
background-color: #F608AF;
}
</style>
border-color css
<style>
span { border-color: #F608AF; }
span { border-color: rgb(246,8,175); }
td.TdClassName
{
border-color: #F608AF;
}
.TagClassName
{
border-color: #F608AF;
}
</style>