Shades of Hollywood Cerise #F90397
Tints of Hollywood Cerise #F90397
RGB
CMYK
RGB Variations
Color information
#F90397 (or 0xF90397) is known color: Hollywood Cerise. HEX triplet: F9, 03 and 97. RGB value is (249,3,151). Sum of RGB (Red+Green+Blue) = 249+3+151=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F90397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90397 is #06FC68. Grayscale: #5D5D5D. Windows color (decimal): -457833 or 9896953. OLE color: 9896953.
HSL color Cylindrical-coordinate representation of color #F90397: hue angle of 323.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90397 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.02 |
| HSL | 323.9º | 0.98% | 0.49% | - |
| HSV(B) | 323.9º | 0.99% | 0.98% | - |
| XYZ | 44.69 | 22.44 | 31.25 | - |
| YUV | 93.43 | 160.5 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 151 | 0 | 0.99 | 0.39 | 0.02 | 323.9 | 0.98 | 0.49 |
| Hex | F9 | 3 | 97 | 0 | 63 | 27 | 2 | 144 | 62 | 31 |
| Octal | 371 | 3 | 227 | 0 | 143 | 47 | 2 | 504 | 142 | 61 |
| Binary | 11111001 | 11 | 10010111 | 0 | 1100011 | 100111 | 10 | 101000100 | 1100010 | 110001 |
Color Harmonies of #F90397
Complementary color
Monochromatic Colors of #F90397
Black with #F90397
Text Example
Text Example
White with #F90397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90397; }
p { color: rgb(249,3,151); }
H1.HeaderClassName
{
color: #F90397;
}
.AnyTagClassName
{
color: #F90397;
}
</style>
background-color css
<style>
a { background-color: #F90397; }
a { background-color: rgb(249,3,151); }
div.DivClassName
{
background-color: #F90397;
}
.BgClassName
{
background-color: #F90397;
}
</style>
border-color css
<style>
span { border-color: #F90397; }
span { border-color: rgb(249,3,151); }
td.TdClassName
{
border-color: #F90397;
}
.TagClassName
{
border-color: #F90397;
}
</style>