Shades of Hollywood Cerise #F901A6
Tints of Hollywood Cerise #F901A6
RGB
CMYK
RGB Variations
Color information
#F901A6 (or 0xF901A6) is known color: Hollywood Cerise. HEX triplet: F9, 01 and A6. RGB value is (249,1,166). Sum of RGB (Red+Green+Blue) = 249+1+166=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F901A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F901A6 is #06FE59. Grayscale: #5D5D5D. Windows color (decimal): -458330 or 10879481. OLE color: 10879481.
HSL color Cylindrical-coordinate representation of color #F901A6: hue angle of 320.08º 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 #F901A6 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 166 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.02 |
| HSL | 320.08º | 0.99% | 0.49% | - |
| HSV(B) | 320.08º | 1% | 0.98% | - |
| XYZ | 45.96 | 22.91 | 38.08 | - |
| YUV | 93.96 | 168.66 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 166 | 0 | 1.00 | 0.33 | 0.02 | 320.08 | 0.99 | 0.49 |
| Hex | F9 | 1 | A6 | 0 | 64 | 21 | 2 | 140 | 63 | 31 |
| Octal | 371 | 1 | 246 | 0 | 144 | 41 | 2 | 500 | 143 | 61 |
| Binary | 11111001 | 1 | 10100110 | 0 | 1100100 | 100001 | 10 | 101000000 | 1100011 | 110001 |
Color Harmonies of #F901A6
Complementary color
Monochromatic Colors of #F901A6
Black with #F901A6
Text Example
Text Example
White with #F901A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901A6; }
p { color: rgb(249,1,166); }
H1.HeaderClassName
{
color: #F901A6;
}
.AnyTagClassName
{
color: #F901A6;
}
</style>
background-color css
<style>
a { background-color: #F901A6; }
a { background-color: rgb(249,1,166); }
div.DivClassName
{
background-color: #F901A6;
}
.BgClassName
{
background-color: #F901A6;
}
</style>
border-color css
<style>
span { border-color: #F901A6; }
span { border-color: rgb(249,1,166); }
td.TdClassName
{
border-color: #F901A6;
}
.TagClassName
{
border-color: #F901A6;
}
</style>