Shades of Hollywood Cerise #F608AA
Tints of Hollywood Cerise #F608AA
RGB
CMYK
RGB Variations
Color information
#F608AA (or 0xF608AA) is known color: Hollywood Cerise. HEX triplet: F6, 08 and AA. RGB value is (246,8,170). Sum of RGB (Red+Green+Blue) = 246+8+170=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F608AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F608AA is #09F755. Grayscale: #616161. Windows color (decimal): -653142 or 11143414. OLE color: 11143414.
HSL color Cylindrical-coordinate representation of color #F608AA: hue angle of 319.16º 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 #F608AA is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 170 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.04 |
| HSL | 319.16º | 0.94% | 0.5% | - |
| HSV(B) | 319.16º | 0.97% | 0.96% | - |
| XYZ | 45.35 | 22.67 | 40.02 | - |
| YUV | 97.63 | 168.85 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 170 | 0 | 0.97 | 0.31 | 0.04 | 319.16 | 0.94 | 0.5 |
| Hex | F6 | 8 | AA | 0 | 61 | 1F | 4 | 13F | 5E | 32 |
| Octal | 366 | 10 | 252 | 0 | 141 | 37 | 4 | 477 | 136 | 62 |
| Binary | 11110110 | 1000 | 10101010 | 0 | 1100001 | 11111 | 100 | 100111111 | 1011110 | 110010 |
Color Harmonies of #F608AA
Complementary color
Monochromatic Colors of #F608AA
Black with #F608AA
Text Example
Text Example
White with #F608AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608AA; }
p { color: rgb(246,8,170); }
H1.HeaderClassName
{
color: #F608AA;
}
.AnyTagClassName
{
color: #F608AA;
}
</style>
background-color css
<style>
a { background-color: #F608AA; }
a { background-color: rgb(246,8,170); }
div.DivClassName
{
background-color: #F608AA;
}
.BgClassName
{
background-color: #F608AA;
}
</style>
border-color css
<style>
span { border-color: #F608AA; }
span { border-color: rgb(246,8,170); }
td.TdClassName
{
border-color: #F608AA;
}
.TagClassName
{
border-color: #F608AA;
}
</style>