Shades of Hollywood Cerise #F3059D
Tints of Hollywood Cerise #F3059D
RGB
CMYK
RGB Variations
Color information
#F3059D (or 0xF3059D) is known color: Hollywood Cerise. HEX triplet: F3, 05 and 9D. RGB value is (243,5,157). Sum of RGB (Red+Green+Blue) = 243+5+157=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F3059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3059D is #0CFA62. Grayscale: #5D5D5D. Windows color (decimal): -850531 or 10290675. OLE color: 10290675.
HSL color Cylindrical-coordinate representation of color #F3059D: hue angle of 321.68º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3059D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.05 |
| HSL | 321.68º | 0.96% | 0.49% | - |
| HSV(B) | 321.68º | 0.98% | 0.95% | - |
| XYZ | 43.1 | 21.6 | 33.8 | - |
| YUV | 93.49 | 163.85 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 157 | 0 | 0.98 | 0.35 | 0.05 | 321.68 | 0.96 | 0.49 |
| Hex | F3 | 5 | 9D | 0 | 62 | 23 | 5 | 142 | 60 | 31 |
| Octal | 363 | 5 | 235 | 0 | 142 | 43 | 5 | 502 | 140 | 61 |
| Binary | 11110011 | 101 | 10011101 | 0 | 1100010 | 100011 | 101 | 101000010 | 1100000 | 110001 |
Color Harmonies of #F3059D
Complementary color
Monochromatic Colors of #F3059D
Black with #F3059D
Text Example
Text Example
White with #F3059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3059D; }
p { color: rgb(243,5,157); }
H1.HeaderClassName
{
color: #F3059D;
}
.AnyTagClassName
{
color: #F3059D;
}
</style>
background-color css
<style>
a { background-color: #F3059D; }
a { background-color: rgb(243,5,157); }
div.DivClassName
{
background-color: #F3059D;
}
.BgClassName
{
background-color: #F3059D;
}
</style>
border-color css
<style>
span { border-color: #F3059D; }
span { border-color: rgb(243,5,157); }
td.TdClassName
{
border-color: #F3059D;
}
.TagClassName
{
border-color: #F3059D;
}
</style>