Shades of Hollywood Cerise #F908A8
Tints of Hollywood Cerise #F908A8
RGB
CMYK
RGB Variations
Color information
#F908A8 (or 0xF908A8) is known color: Hollywood Cerise. HEX triplet: F9, 08 and A8. RGB value is (249,8,168). Sum of RGB (Red+Green+Blue) = 249+8+168=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F908A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F908A8 is #06F757. Grayscale: #616161. Windows color (decimal): -456536 or 11012345. OLE color: 11012345.
HSL color Cylindrical-coordinate representation of color #F908A8: hue angle of 320.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908A8 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 168 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.02 |
| HSL | 320.17º | 0.95% | 0.5% | - |
| HSV(B) | 320.17º | 0.97% | 0.98% | - |
| XYZ | 46.22 | 23.14 | 39.08 | - |
| YUV | 98.3 | 167.34 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 168 | 0 | 0.97 | 0.33 | 0.02 | 320.17 | 0.95 | 0.5 |
| Hex | F9 | 8 | A8 | 0 | 61 | 21 | 2 | 140 | 5F | 32 |
| Octal | 371 | 10 | 250 | 0 | 141 | 41 | 2 | 500 | 137 | 62 |
| Binary | 11111001 | 1000 | 10101000 | 0 | 1100001 | 100001 | 10 | 101000000 | 1011111 | 110010 |
Color Harmonies of #F908A8
Complementary color
Monochromatic Colors of #F908A8
Black with #F908A8
Text Example
Text Example
White with #F908A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908A8; }
p { color: rgb(249,8,168); }
H1.HeaderClassName
{
color: #F908A8;
}
.AnyTagClassName
{
color: #F908A8;
}
</style>
background-color css
<style>
a { background-color: #F908A8; }
a { background-color: rgb(249,8,168); }
div.DivClassName
{
background-color: #F908A8;
}
.BgClassName
{
background-color: #F908A8;
}
</style>
border-color css
<style>
span { border-color: #F908A8; }
span { border-color: rgb(249,8,168); }
td.TdClassName
{
border-color: #F908A8;
}
.TagClassName
{
border-color: #F908A8;
}
</style>