Shades of Hollywood Cerise #F10395
Tints of Hollywood Cerise #F10395
RGB
CMYK
RGB Variations
Color information
#F10395 (or 0xF10395) is known color: Hollywood Cerise. HEX triplet: F1, 03 and 95. RGB value is (241,3,149). Sum of RGB (Red+Green+Blue) = 241+3+149=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F10395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10395 is #0EFC6A. Grayscale: #5A5A5A. Windows color (decimal): -982123 or 9765873. OLE color: 9765873.
HSL color Cylindrical-coordinate representation of color #F10395: hue angle of 323.19º 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 #F10395 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.05 |
| HSL | 323.19º | 0.98% | 0.48% | - |
| HSV(B) | 323.19º | 0.99% | 0.95% | - |
| XYZ | 41.73 | 20.94 | 30.28 | - |
| YUV | 90.81 | 160.85 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 149 | 0 | 0.99 | 0.38 | 0.05 | 323.19 | 0.98 | 0.48 |
| Hex | F1 | 3 | 95 | 0 | 63 | 26 | 5 | 143 | 62 | 30 |
| Octal | 361 | 3 | 225 | 0 | 143 | 46 | 5 | 503 | 142 | 60 |
| Binary | 11110001 | 11 | 10010101 | 0 | 1100011 | 100110 | 101 | 101000011 | 1100010 | 110000 |
Color Harmonies of #F10395
Complementary color
Monochromatic Colors of #F10395
Black with #F10395
Text Example
Text Example
White with #F10395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10395; }
p { color: rgb(241,3,149); }
H1.HeaderClassName
{
color: #F10395;
}
.AnyTagClassName
{
color: #F10395;
}
</style>
background-color css
<style>
a { background-color: #F10395; }
a { background-color: rgb(241,3,149); }
div.DivClassName
{
background-color: #F10395;
}
.BgClassName
{
background-color: #F10395;
}
</style>
border-color css
<style>
span { border-color: #F10395; }
span { border-color: rgb(241,3,149); }
td.TdClassName
{
border-color: #F10395;
}
.TagClassName
{
border-color: #F10395;
}
</style>