Shades of Hollywood Cerise #F901A9
Tints of Hollywood Cerise #F901A9
RGB
CMYK
RGB Variations
Color information
#F901A9 (or 0xF901A9) is known color: Hollywood Cerise. HEX triplet: F9, 01 and A9. RGB value is (249,1,169). Sum of RGB (Red+Green+Blue) = 249+1+169=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F901A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F901A9 is #06FE56. Grayscale: #5D5D5D. Windows color (decimal): -458327 or 11076089. OLE color: 11076089.
HSL color Cylindrical-coordinate representation of color #F901A9: hue angle of 319.35º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901A9 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 169 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.02 |
| HSL | 319.35º | 0.99% | 0.49% | - |
| HSV(B) | 319.35º | 1% | 0.98% | - |
| XYZ | 46.24 | 23.03 | 39.54 | - |
| YUV | 94.3 | 170.16 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 169 | 0 | 1.00 | 0.32 | 0.02 | 319.35 | 0.99 | 0.49 |
| Hex | F9 | 1 | A9 | 0 | 64 | 20 | 2 | 13F | 63 | 31 |
| Octal | 371 | 1 | 251 | 0 | 144 | 40 | 2 | 477 | 143 | 61 |
| Binary | 11111001 | 1 | 10101001 | 0 | 1100100 | 100000 | 10 | 100111111 | 1100011 | 110001 |
Color Harmonies of #F901A9
Complementary color
Monochromatic Colors of #F901A9
Black with #F901A9
Text Example
Text Example
White with #F901A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901A9; }
p { color: rgb(249,1,169); }
H1.HeaderClassName
{
color: #F901A9;
}
.AnyTagClassName
{
color: #F901A9;
}
</style>
background-color css
<style>
a { background-color: #F901A9; }
a { background-color: rgb(249,1,169); }
div.DivClassName
{
background-color: #F901A9;
}
.BgClassName
{
background-color: #F901A9;
}
</style>
border-color css
<style>
span { border-color: #F901A9; }
span { border-color: rgb(249,1,169); }
td.TdClassName
{
border-color: #F901A9;
}
.TagClassName
{
border-color: #F901A9;
}
</style>