Shades of Hollywood Cerise #F30997
Tints of Hollywood Cerise #F30997
RGB
CMYK
RGB Variations
Color information
#F30997 (or 0xF30997) is known color: Hollywood Cerise. HEX triplet: F3, 09 and 97. RGB value is (243,9,151). Sum of RGB (Red+Green+Blue) = 243+9+151=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F30997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30997 is #0CF668. Grayscale: #5E5E5E. Windows color (decimal): -849513 or 9898483. OLE color: 9898483.
HSL color Cylindrical-coordinate representation of color #F30997: hue angle of 323.59º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30997 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.05 |
| HSL | 323.59º | 0.93% | 0.49% | - |
| HSV(B) | 323.59º | 0.96% | 0.95% | - |
| XYZ | 42.65 | 21.48 | 31.18 | - |
| YUV | 95.15 | 159.52 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 151 | 0 | 0.96 | 0.38 | 0.05 | 323.59 | 0.93 | 0.49 |
| Hex | F3 | 9 | 97 | 0 | 60 | 26 | 5 | 144 | 5D | 31 |
| Octal | 363 | 11 | 227 | 0 | 140 | 46 | 5 | 504 | 135 | 61 |
| Binary | 11110011 | 1001 | 10010111 | 0 | 1100000 | 100110 | 101 | 101000100 | 1011101 | 110001 |
Color Harmonies of #F30997
Complementary color
Monochromatic Colors of #F30997
Black with #F30997
Text Example
Text Example
White with #F30997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30997; }
p { color: rgb(243,9,151); }
H1.HeaderClassName
{
color: #F30997;
}
.AnyTagClassName
{
color: #F30997;
}
</style>
background-color css
<style>
a { background-color: #F30997; }
a { background-color: rgb(243,9,151); }
div.DivClassName
{
background-color: #F30997;
}
.BgClassName
{
background-color: #F30997;
}
</style>
border-color css
<style>
span { border-color: #F30997; }
span { border-color: rgb(243,9,151); }
td.TdClassName
{
border-color: #F30997;
}
.TagClassName
{
border-color: #F30997;
}
</style>