Shades of Hollywood Cerise #F806A8
Tints of Hollywood Cerise #F806A8
RGB
CMYK
RGB Variations
Color information
#F806A8 (or 0xF806A8) is known color: Hollywood Cerise. HEX triplet: F8, 06 and A8. RGB value is (248,6,168). Sum of RGB (Red+Green+Blue) = 248+6+168=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F806A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F806A8 is #07F957. Grayscale: #606060. Windows color (decimal): -522584 or 11011832. OLE color: 11011832.
HSL color Cylindrical-coordinate representation of color #F806A8: hue angle of 319.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F806A8 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 168 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.03 |
| HSL | 319.83º | 0.95% | 0.5% | - |
| HSV(B) | 319.83º | 0.98% | 0.97% | - |
| XYZ | 45.84 | 22.91 | 39.05 | - |
| YUV | 96.83 | 168.17 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 168 | 0 | 0.98 | 0.32 | 0.03 | 319.83 | 0.95 | 0.5 |
| Hex | F8 | 6 | A8 | 0 | 62 | 20 | 3 | 140 | 5F | 32 |
| Octal | 370 | 6 | 250 | 0 | 142 | 40 | 3 | 500 | 137 | 62 |
| Binary | 11111000 | 110 | 10101000 | 0 | 1100010 | 100000 | 11 | 101000000 | 1011111 | 110010 |
Color Harmonies of #F806A8
Complementary color
Monochromatic Colors of #F806A8
Black with #F806A8
Text Example
Text Example
White with #F806A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F806A8; }
p { color: rgb(248,6,168); }
H1.HeaderClassName
{
color: #F806A8;
}
.AnyTagClassName
{
color: #F806A8;
}
</style>
background-color css
<style>
a { background-color: #F806A8; }
a { background-color: rgb(248,6,168); }
div.DivClassName
{
background-color: #F806A8;
}
.BgClassName
{
background-color: #F806A8;
}
</style>
border-color css
<style>
span { border-color: #F806A8; }
span { border-color: rgb(248,6,168); }
td.TdClassName
{
border-color: #F806A8;
}
.TagClassName
{
border-color: #F806A8;
}
</style>