Shades of Hollywood Cerise #F5019B
Tints of Hollywood Cerise #F5019B
RGB
CMYK
RGB Variations
Color information
#F5019B (or 0xF5019B) is known color: Hollywood Cerise. HEX triplet: F5, 01 and 9B. RGB value is (245,1,155). Sum of RGB (Red+Green+Blue) = 245+1+155=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F5019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5019B is #0AFE64. Grayscale: #5B5B5B. Windows color (decimal): -720485 or 10158581. OLE color: 10158581.
HSL color Cylindrical-coordinate representation of color #F5019B: hue angle of 322.13º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5019B is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.04 |
| HSL | 322.13º | 0.99% | 0.48% | - |
| HSV(B) | 322.13º | 1% | 0.96% | - |
| XYZ | 43.58 | 21.8 | 32.92 | - |
| YUV | 91.51 | 163.84 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 155 | 0 | 1.00 | 0.37 | 0.04 | 322.13 | 0.99 | 0.48 |
| Hex | F5 | 1 | 9B | 0 | 64 | 25 | 4 | 142 | 63 | 30 |
| Octal | 365 | 1 | 233 | 0 | 144 | 45 | 4 | 502 | 143 | 60 |
| Binary | 11110101 | 1 | 10011011 | 0 | 1100100 | 100101 | 100 | 101000010 | 1100011 | 110000 |
Color Harmonies of #F5019B
Complementary color
Monochromatic Colors of #F5019B
Black with #F5019B
Text Example
Text Example
White with #F5019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5019B; }
p { color: rgb(245,1,155); }
H1.HeaderClassName
{
color: #F5019B;
}
.AnyTagClassName
{
color: #F5019B;
}
</style>
background-color css
<style>
a { background-color: #F5019B; }
a { background-color: rgb(245,1,155); }
div.DivClassName
{
background-color: #F5019B;
}
.BgClassName
{
background-color: #F5019B;
}
</style>
border-color css
<style>
span { border-color: #F5019B; }
span { border-color: rgb(245,1,155); }
td.TdClassName
{
border-color: #F5019B;
}
.TagClassName
{
border-color: #F5019B;
}
</style>