Shades of Hollywood Cerise #F10298
Tints of Hollywood Cerise #F10298
RGB
CMYK
RGB Variations
Color information
#F10298 (or 0xF10298) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 98. RGB value is (241,2,152). Sum of RGB (Red+Green+Blue) = 241+2+152=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F10298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10298 is #0EFD67. Grayscale: #5A5A5A. Windows color (decimal): -982376 or 9962225. OLE color: 9962225.
HSL color Cylindrical-coordinate representation of color #F10298: hue angle of 322.34º 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 #F10298 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.05 |
| HSL | 322.34º | 0.98% | 0.48% | - |
| HSV(B) | 322.34º | 0.99% | 0.95% | - |
| XYZ | 41.96 | 21.01 | 31.55 | - |
| YUV | 90.56 | 162.68 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 152 | 0 | 0.99 | 0.37 | 0.05 | 322.34 | 0.98 | 0.48 |
| Hex | F1 | 2 | 98 | 0 | 63 | 25 | 5 | 142 | 62 | 30 |
| Octal | 361 | 2 | 230 | 0 | 143 | 45 | 5 | 502 | 142 | 60 |
| Binary | 11110001 | 10 | 10011000 | 0 | 1100011 | 100101 | 101 | 101000010 | 1100010 | 110000 |
Color Harmonies of #F10298
Complementary color
Monochromatic Colors of #F10298
Black with #F10298
Text Example
Text Example
White with #F10298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10298; }
p { color: rgb(241,2,152); }
H1.HeaderClassName
{
color: #F10298;
}
.AnyTagClassName
{
color: #F10298;
}
</style>
background-color css
<style>
a { background-color: #F10298; }
a { background-color: rgb(241,2,152); }
div.DivClassName
{
background-color: #F10298;
}
.BgClassName
{
background-color: #F10298;
}
</style>
border-color css
<style>
span { border-color: #F10298; }
span { border-color: rgb(241,2,152); }
td.TdClassName
{
border-color: #F10298;
}
.TagClassName
{
border-color: #F10298;
}
</style>