Shades of Hollywood Cerise #F903A8
Tints of Hollywood Cerise #F903A8
RGB
CMYK
RGB Variations
Color information
#F903A8 (or 0xF903A8) is known color: Hollywood Cerise. HEX triplet: F9, 03 and A8. RGB value is (249,3,168). Sum of RGB (Red+Green+Blue) = 249+3+168=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F903A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F903A8 is #06FC57. Grayscale: #5E5E5E. Windows color (decimal): -457816 or 11011065. OLE color: 11011065.
HSL color Cylindrical-coordinate representation of color #F903A8: hue angle of 319.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F903A8 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.02 |
| HSL | 319.76º | 0.98% | 0.49% | - |
| HSV(B) | 319.76º | 0.99% | 0.98% | - |
| XYZ | 46.17 | 23.03 | 39.06 | - |
| YUV | 95.36 | 169 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 168 | 0 | 0.99 | 0.33 | 0.02 | 319.76 | 0.98 | 0.49 |
| Hex | F9 | 3 | A8 | 0 | 63 | 21 | 2 | 140 | 62 | 31 |
| Octal | 371 | 3 | 250 | 0 | 143 | 41 | 2 | 500 | 142 | 61 |
| Binary | 11111001 | 11 | 10101000 | 0 | 1100011 | 100001 | 10 | 101000000 | 1100010 | 110001 |
Color Harmonies of #F903A8
Complementary color
Monochromatic Colors of #F903A8
Black with #F903A8
Text Example
Text Example
White with #F903A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F903A8; }
p { color: rgb(249,3,168); }
H1.HeaderClassName
{
color: #F903A8;
}
.AnyTagClassName
{
color: #F903A8;
}
</style>
background-color css
<style>
a { background-color: #F903A8; }
a { background-color: rgb(249,3,168); }
div.DivClassName
{
background-color: #F903A8;
}
.BgClassName
{
background-color: #F903A8;
}
</style>
border-color css
<style>
span { border-color: #F903A8; }
span { border-color: rgb(249,3,168); }
td.TdClassName
{
border-color: #F903A8;
}
.TagClassName
{
border-color: #F903A8;
}
</style>