Shades of Hollywood Cerise #F900A0
Tints of Hollywood Cerise #F900A0
RGB
CMYK
RGB Variations
Color information
#F900A0 (or 0xF900A0) is known color: Hollywood Cerise. HEX triplet: F9, 00 and A0. RGB value is (249,0,160). Sum of RGB (Red+Green+Blue) = 249+0+160=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F900A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F900A0 is #06FF5F. Grayscale: #5C5C5C. Windows color (decimal): -458592 or 10486009. OLE color: 10486009.
HSL color Cylindrical-coordinate representation of color #F900A0: hue angle of 321.45º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900A0 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.36 | 0.02 |
| HSL | 321.45º | 1% | 0.49% | - |
| HSV(B) | 321.45º | 1% | 0.98% | - |
| XYZ | 45.41 | 22.68 | 35.24 | - |
| YUV | 92.69 | 165.99 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 160 | 0 | 1 | 0.36 | 0.02 | 321.45 | 1 | 0.49 |
| Hex | F9 | 0 | A0 | 0 | 64 | 24 | 2 | 141 | 64 | 31 |
| Octal | 371 | 0 | 240 | 0 | 144 | 44 | 2 | 501 | 144 | 61 |
| Binary | 11111001 | 0 | 10100000 | 0 | 1100100 | 100100 | 10 | 101000001 | 1100100 | 110001 |
Color Harmonies of #F900A0
Complementary color
Monochromatic Colors of #F900A0
Black with #F900A0
Text Example
Text Example
White with #F900A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900A0; }
p { color: rgb(249,0,160); }
H1.HeaderClassName
{
color: #F900A0;
}
.AnyTagClassName
{
color: #F900A0;
}
</style>
background-color css
<style>
a { background-color: #F900A0; }
a { background-color: rgb(249,0,160); }
div.DivClassName
{
background-color: #F900A0;
}
.BgClassName
{
background-color: #F900A0;
}
</style>
border-color css
<style>
span { border-color: #F900A0; }
span { border-color: rgb(249,0,160); }
td.TdClassName
{
border-color: #F900A0;
}
.TagClassName
{
border-color: #F900A0;
}
</style>