Shades of Hollywood Cerise #F90191
Tints of Hollywood Cerise #F90191
RGB
CMYK
RGB Variations
Color information
#F90191 (or 0xF90191) is known color: Hollywood Cerise. HEX triplet: F9, 01 and 91. RGB value is (249,1,145). Sum of RGB (Red+Green+Blue) = 249+1+145=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F90191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90191 is #06FE6E. Grayscale: #5B5B5B. Windows color (decimal): -458351 or 9503225. OLE color: 9503225.
HSL color Cylindrical-coordinate representation of color #F90191: hue angle of 325.16º 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 #F90191 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 145 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.02 |
| HSL | 325.16º | 0.99% | 0.49% | - |
| HSV(B) | 325.16º | 1% | 0.98% | - |
| XYZ | 44.19 | 22.21 | 28.75 | - |
| YUV | 91.57 | 158.16 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 145 | 0 | 1.00 | 0.42 | 0.02 | 325.16 | 0.99 | 0.49 |
| Hex | F9 | 1 | 91 | 0 | 64 | 2A | 2 | 145 | 63 | 31 |
| Octal | 371 | 1 | 221 | 0 | 144 | 52 | 2 | 505 | 143 | 61 |
| Binary | 11111001 | 1 | 10010001 | 0 | 1100100 | 101010 | 10 | 101000101 | 1100011 | 110001 |
Color Harmonies of #F90191
Complementary color
Monochromatic Colors of #F90191
Black with #F90191
Text Example
Text Example
White with #F90191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90191; }
p { color: rgb(249,1,145); }
H1.HeaderClassName
{
color: #F90191;
}
.AnyTagClassName
{
color: #F90191;
}
</style>
background-color css
<style>
a { background-color: #F90191; }
a { background-color: rgb(249,1,145); }
div.DivClassName
{
background-color: #F90191;
}
.BgClassName
{
background-color: #F90191;
}
</style>
border-color css
<style>
span { border-color: #F90191; }
span { border-color: rgb(249,1,145); }
td.TdClassName
{
border-color: #F90191;
}
.TagClassName
{
border-color: #F90191;
}
</style>