Shades of Hollywood Cerise #F90195
Tints of Hollywood Cerise #F90195
RGB
CMYK
RGB Variations
Color information
#F90195 (or 0xF90195) is known color: Hollywood Cerise. HEX triplet: F9, 01 and 95. RGB value is (249,1,149). Sum of RGB (Red+Green+Blue) = 249+1+149=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F90195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90195 is #06FE6A. Grayscale: #5B5B5B. Windows color (decimal): -458347 or 9765369. OLE color: 9765369.
HSL color Cylindrical-coordinate representation of color #F90195: hue angle of 324.19º 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 #F90195 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.02 |
| HSL | 324.19º | 0.99% | 0.49% | - |
| HSV(B) | 324.19º | 1% | 0.98% | - |
| XYZ | 44.5 | 22.33 | 30.4 | - |
| YUV | 92.02 | 160.16 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 149 | 0 | 1.00 | 0.40 | 0.02 | 324.19 | 0.99 | 0.49 |
| Hex | F9 | 1 | 95 | 0 | 64 | 28 | 2 | 144 | 63 | 31 |
| Octal | 371 | 1 | 225 | 0 | 144 | 50 | 2 | 504 | 143 | 61 |
| Binary | 11111001 | 1 | 10010101 | 0 | 1100100 | 101000 | 10 | 101000100 | 1100011 | 110001 |
Color Harmonies of #F90195
Complementary color
Monochromatic Colors of #F90195
Black with #F90195
Text Example
Text Example
White with #F90195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90195; }
p { color: rgb(249,1,149); }
H1.HeaderClassName
{
color: #F90195;
}
.AnyTagClassName
{
color: #F90195;
}
</style>
background-color css
<style>
a { background-color: #F90195; }
a { background-color: rgb(249,1,149); }
div.DivClassName
{
background-color: #F90195;
}
.BgClassName
{
background-color: #F90195;
}
</style>
border-color css
<style>
span { border-color: #F90195; }
span { border-color: rgb(249,1,149); }
td.TdClassName
{
border-color: #F90195;
}
.TagClassName
{
border-color: #F90195;
}
</style>