Shades of Hollywood Cerise #F10297
Tints of Hollywood Cerise #F10297
RGB
CMYK
RGB Variations
Color information
#F10297 (or 0xF10297) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 97. RGB value is (241,2,151). Sum of RGB (Red+Green+Blue) = 241+2+151=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F10297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10297 is #0EFD68. Grayscale: #5A5A5A. Windows color (decimal): -982377 or 9896689. OLE color: 9896689.
HSL color Cylindrical-coordinate representation of color #F10297: hue angle of 322.59º 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 #F10297 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.05 |
| HSL | 322.59º | 0.98% | 0.48% | - |
| HSV(B) | 322.59º | 0.99% | 0.95% | - |
| XYZ | 41.88 | 20.98 | 31.12 | - |
| YUV | 90.45 | 162.18 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 151 | 0 | 0.99 | 0.37 | 0.05 | 322.59 | 0.98 | 0.48 |
| Hex | F1 | 2 | 97 | 0 | 63 | 25 | 5 | 143 | 62 | 30 |
| Octal | 361 | 2 | 227 | 0 | 143 | 45 | 5 | 503 | 142 | 60 |
| Binary | 11110001 | 10 | 10010111 | 0 | 1100011 | 100101 | 101 | 101000011 | 1100010 | 110000 |
Color Harmonies of #F10297
Complementary color
Monochromatic Colors of #F10297
Black with #F10297
Text Example
Text Example
White with #F10297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10297; }
p { color: rgb(241,2,151); }
H1.HeaderClassName
{
color: #F10297;
}
.AnyTagClassName
{
color: #F10297;
}
</style>
background-color css
<style>
a { background-color: #F10297; }
a { background-color: rgb(241,2,151); }
div.DivClassName
{
background-color: #F10297;
}
.BgClassName
{
background-color: #F10297;
}
</style>
border-color css
<style>
span { border-color: #F10297; }
span { border-color: rgb(241,2,151); }
td.TdClassName
{
border-color: #F10297;
}
.TagClassName
{
border-color: #F10297;
}
</style>