Shades of Hollywood Cerise #F90091
Tints of Hollywood Cerise #F90091
RGB
CMYK
RGB Variations
Color information
#F90091 (or 0xF90091) is known color: Hollywood Cerise. HEX triplet: F9, 00 and 91. RGB value is (249,0,145). Sum of RGB (Red+Green+Blue) = 249+0+145=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F90091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90091 is #06FF6E. Grayscale: #5A5A5A. Windows color (decimal): -458607 or 9502969. OLE color: 9502969.
HSL color Cylindrical-coordinate representation of color #F90091: hue angle of 325.06º 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 #F90091 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.42 | 0.02 |
| HSL | 325.06º | 1% | 0.49% | - |
| HSV(B) | 325.06º | 1% | 0.98% | - |
| XYZ | 44.18 | 22.18 | 28.74 | - |
| YUV | 90.98 | 158.49 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 145 | 0 | 1 | 0.42 | 0.02 | 325.06 | 1 | 0.49 |
| Hex | F9 | 0 | 91 | 0 | 64 | 2A | 2 | 145 | 64 | 31 |
| Octal | 371 | 0 | 221 | 0 | 144 | 52 | 2 | 505 | 144 | 61 |
| Binary | 11111001 | 0 | 10010001 | 0 | 1100100 | 101010 | 10 | 101000101 | 1100100 | 110001 |
Color Harmonies of #F90091
Complementary color
Monochromatic Colors of #F90091
Black with #F90091
Text Example
Text Example
White with #F90091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90091; }
p { color: rgb(249,0,145); }
H1.HeaderClassName
{
color: #F90091;
}
.AnyTagClassName
{
color: #F90091;
}
</style>
background-color css
<style>
a { background-color: #F90091; }
a { background-color: rgb(249,0,145); }
div.DivClassName
{
background-color: #F90091;
}
.BgClassName
{
background-color: #F90091;
}
</style>
border-color css
<style>
span { border-color: #F90091; }
span { border-color: rgb(249,0,145); }
td.TdClassName
{
border-color: #F90091;
}
.TagClassName
{
border-color: #F90091;
}
</style>