Shades of Hollywood Cerise #F90393
Tints of Hollywood Cerise #F90393
RGB
CMYK
RGB Variations
Color information
#F90393 (or 0xF90393) is known color: Hollywood Cerise. HEX triplet: F9, 03 and 93. RGB value is (249,3,147). Sum of RGB (Red+Green+Blue) = 249+3+147=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F90393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90393 is #06FC6C. Grayscale: #5C5C5C. Windows color (decimal): -457837 or 9634809. OLE color: 9634809.
HSL color Cylindrical-coordinate representation of color #F90393: hue angle of 324.88º 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 #F90393 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 147 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.02 |
| HSL | 324.88º | 0.98% | 0.49% | - |
| HSV(B) | 324.88º | 0.99% | 0.98% | - |
| XYZ | 44.37 | 22.31 | 29.57 | - |
| YUV | 92.97 | 158.5 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 147 | 0 | 0.99 | 0.41 | 0.02 | 324.88 | 0.98 | 0.49 |
| Hex | F9 | 3 | 93 | 0 | 63 | 29 | 2 | 145 | 62 | 31 |
| Octal | 371 | 3 | 223 | 0 | 143 | 51 | 2 | 505 | 142 | 61 |
| Binary | 11111001 | 11 | 10010011 | 0 | 1100011 | 101001 | 10 | 101000101 | 1100010 | 110001 |
Color Harmonies of #F90393
Complementary color
Monochromatic Colors of #F90393
Black with #F90393
Text Example
Text Example
White with #F90393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90393; }
p { color: rgb(249,3,147); }
H1.HeaderClassName
{
color: #F90393;
}
.AnyTagClassName
{
color: #F90393;
}
</style>
background-color css
<style>
a { background-color: #F90393; }
a { background-color: rgb(249,3,147); }
div.DivClassName
{
background-color: #F90393;
}
.BgClassName
{
background-color: #F90393;
}
</style>
border-color css
<style>
span { border-color: #F90393; }
span { border-color: rgb(249,3,147); }
td.TdClassName
{
border-color: #F90393;
}
.TagClassName
{
border-color: #F90393;
}
</style>