Shades of Hollywood Cerise #F30197
Tints of Hollywood Cerise #F30197
RGB
CMYK
RGB Variations
Color information
#F30197 (or 0xF30197) is known color: Hollywood Cerise. HEX triplet: F3, 01 and 97. RGB value is (243,1,151). Sum of RGB (Red+Green+Blue) = 243+1+151=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F30197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30197 is #0CFE68. Grayscale: #5A5A5A. Windows color (decimal): -851561 or 9896435. OLE color: 9896435.
HSL color Cylindrical-coordinate representation of color #F30197: hue angle of 322.81º 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 #F30197 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 151 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.05 |
| HSL | 322.81º | 0.99% | 0.48% | - |
| HSV(B) | 322.81º | 1% | 0.95% | - |
| XYZ | 42.56 | 21.31 | 31.15 | - |
| YUV | 90.46 | 162.17 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 151 | 0 | 1.00 | 0.38 | 0.05 | 322.81 | 0.99 | 0.48 |
| Hex | F3 | 1 | 97 | 0 | 64 | 26 | 5 | 143 | 63 | 30 |
| Octal | 363 | 1 | 227 | 0 | 144 | 46 | 5 | 503 | 143 | 60 |
| Binary | 11110011 | 1 | 10010111 | 0 | 1100100 | 100110 | 101 | 101000011 | 1100011 | 110000 |
Color Harmonies of #F30197
Complementary color
Monochromatic Colors of #F30197
Black with #F30197
Text Example
Text Example
White with #F30197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30197; }
p { color: rgb(243,1,151); }
H1.HeaderClassName
{
color: #F30197;
}
.AnyTagClassName
{
color: #F30197;
}
</style>
background-color css
<style>
a { background-color: #F30197; }
a { background-color: rgb(243,1,151); }
div.DivClassName
{
background-color: #F30197;
}
.BgClassName
{
background-color: #F30197;
}
</style>
border-color css
<style>
span { border-color: #F30197; }
span { border-color: rgb(243,1,151); }
td.TdClassName
{
border-color: #F30197;
}
.TagClassName
{
border-color: #F30197;
}
</style>