Shades of Hollywood Cerise #F30699
Tints of Hollywood Cerise #F30699
RGB
CMYK
RGB Variations
Color information
#F30699 (or 0xF30699) is known color: Hollywood Cerise. HEX triplet: F3, 06 and 99. RGB value is (243,6,153). Sum of RGB (Red+Green+Blue) = 243+6+153=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F30699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30699 is #0CF966. Grayscale: #5D5D5D. Windows color (decimal): -850279 or 10028787. OLE color: 10028787.
HSL color Cylindrical-coordinate representation of color #F30699: hue angle of 322.78º degrees, saturation: 0.95, 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 #F30699 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.05 |
| HSL | 322.78º | 0.95% | 0.49% | - |
| HSV(B) | 322.78º | 0.98% | 0.95% | - |
| XYZ | 42.78 | 21.48 | 32.03 | - |
| YUV | 93.62 | 161.52 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 153 | 0 | 0.98 | 0.37 | 0.05 | 322.78 | 0.95 | 0.49 |
| Hex | F3 | 6 | 99 | 0 | 62 | 25 | 5 | 143 | 5F | 31 |
| Octal | 363 | 6 | 231 | 0 | 142 | 45 | 5 | 503 | 137 | 61 |
| Binary | 11110011 | 110 | 10011001 | 0 | 1100010 | 100101 | 101 | 101000011 | 1011111 | 110001 |
Color Harmonies of #F30699
Complementary color
Monochromatic Colors of #F30699
Black with #F30699
Text Example
Text Example
White with #F30699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30699; }
p { color: rgb(243,6,153); }
H1.HeaderClassName
{
color: #F30699;
}
.AnyTagClassName
{
color: #F30699;
}
</style>
background-color css
<style>
a { background-color: #F30699; }
a { background-color: rgb(243,6,153); }
div.DivClassName
{
background-color: #F30699;
}
.BgClassName
{
background-color: #F30699;
}
</style>
border-color css
<style>
span { border-color: #F30699; }
span { border-color: rgb(243,6,153); }
td.TdClassName
{
border-color: #F30699;
}
.TagClassName
{
border-color: #F30699;
}
</style>