Shades of Hollywood Cerise #F30399
Tints of Hollywood Cerise #F30399
RGB
CMYK
RGB Variations
Color information
#F30399 (or 0xF30399) is known color: Hollywood Cerise. HEX triplet: F3, 03 and 99. RGB value is (243,3,153). Sum of RGB (Red+Green+Blue) = 243+3+153=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F30399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30399 is #0CFC66. Grayscale: #5B5B5B. Windows color (decimal): -851047 or 10028019. OLE color: 10028019.
HSL color Cylindrical-coordinate representation of color #F30399: hue angle of 322.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30399 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.05 |
| HSL | 322.5º | 0.98% | 0.48% | - |
| HSV(B) | 322.5º | 0.99% | 0.95% | - |
| XYZ | 42.74 | 21.42 | 32.02 | - |
| YUV | 91.86 | 162.51 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 153 | 0 | 0.99 | 0.37 | 0.05 | 322.5 | 0.98 | 0.48 |
| Hex | F3 | 3 | 99 | 0 | 63 | 25 | 5 | 142 | 62 | 30 |
| Octal | 363 | 3 | 231 | 0 | 143 | 45 | 5 | 502 | 142 | 60 |
| Binary | 11110011 | 11 | 10011001 | 0 | 1100011 | 100101 | 101 | 101000010 | 1100010 | 110000 |
Color Harmonies of #F30399
Complementary color
Monochromatic Colors of #F30399
Black with #F30399
Text Example
Text Example
White with #F30399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30399; }
p { color: rgb(243,3,153); }
H1.HeaderClassName
{
color: #F30399;
}
.AnyTagClassName
{
color: #F30399;
}
</style>
background-color css
<style>
a { background-color: #F30399; }
a { background-color: rgb(243,3,153); }
div.DivClassName
{
background-color: #F30399;
}
.BgClassName
{
background-color: #F30399;
}
</style>
border-color css
<style>
span { border-color: #F30399; }
span { border-color: rgb(243,3,153); }
td.TdClassName
{
border-color: #F30399;
}
.TagClassName
{
border-color: #F30399;
}
</style>