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