Shades of Hollywood Cerise #F3019B
Tints of Hollywood Cerise #F3019B
RGB
CMYK
RGB Variations
Color information
#F3019B (or 0xF3019B) is known color: Hollywood Cerise. HEX triplet: F3, 01 and 9B. RGB value is (243,1,155). Sum of RGB (Red+Green+Blue) = 243+1+155=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F3019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3019B is #0CFE64. Grayscale: #5A5A5A. Windows color (decimal): -851557 or 10158579. OLE color: 10158579.
HSL color Cylindrical-coordinate representation of color #F3019B: hue angle of 321.82º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3019B is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.05 |
| HSL | 321.82º | 0.99% | 0.48% | - |
| HSV(B) | 321.82º | 1% | 0.95% | - |
| XYZ | 42.89 | 21.44 | 32.89 | - |
| YUV | 90.91 | 164.17 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 155 | 0 | 1.00 | 0.36 | 0.05 | 321.82 | 0.99 | 0.48 |
| Hex | F3 | 1 | 9B | 0 | 64 | 24 | 5 | 142 | 63 | 30 |
| Octal | 363 | 1 | 233 | 0 | 144 | 44 | 5 | 502 | 143 | 60 |
| Binary | 11110011 | 1 | 10011011 | 0 | 1100100 | 100100 | 101 | 101000010 | 1100011 | 110000 |
Color Harmonies of #F3019B
Complementary color
Monochromatic Colors of #F3019B
Black with #F3019B
Text Example
Text Example
White with #F3019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3019B; }
p { color: rgb(243,1,155); }
H1.HeaderClassName
{
color: #F3019B;
}
.AnyTagClassName
{
color: #F3019B;
}
</style>
background-color css
<style>
a { background-color: #F3019B; }
a { background-color: rgb(243,1,155); }
div.DivClassName
{
background-color: #F3019B;
}
.BgClassName
{
background-color: #F3019B;
}
</style>
border-color css
<style>
span { border-color: #F3019B; }
span { border-color: rgb(243,1,155); }
td.TdClassName
{
border-color: #F3019B;
}
.TagClassName
{
border-color: #F3019B;
}
</style>