Shades of Hollywood Cerise #F10195
Tints of Hollywood Cerise #F10195
RGB
CMYK
RGB Variations
Color information
#F10195 (or 0xF10195) is known color: Hollywood Cerise. HEX triplet: F1, 01 and 95. RGB value is (241,1,149). Sum of RGB (Red+Green+Blue) = 241+1+149=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F10195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10195 is #0EFE6A. Grayscale: #595959. Windows color (decimal): -982635 or 9765361. OLE color: 9765361.
HSL color Cylindrical-coordinate representation of color #F10195: hue angle of 323º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10195 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.05 |
| HSL | 323º | 0.99% | 0.47% | - |
| HSV(B) | 323º | 1% | 0.95% | - |
| XYZ | 41.71 | 20.89 | 30.27 | - |
| YUV | 89.63 | 161.51 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 149 | 0 | 1.00 | 0.38 | 0.05 | 323 | 0.99 | 0.47 |
| Hex | F1 | 1 | 95 | 0 | 64 | 26 | 5 | 143 | 63 | 2F |
| Octal | 361 | 1 | 225 | 0 | 144 | 46 | 5 | 503 | 143 | 57 |
| Binary | 11110001 | 1 | 10010101 | 0 | 1100100 | 100110 | 101 | 101000011 | 1100011 | 101111 |
Color Harmonies of #F10195
Complementary color
Monochromatic Colors of #F10195
Black with #F10195
Text Example
Text Example
White with #F10195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10195; }
p { color: rgb(241,1,149); }
H1.HeaderClassName
{
color: #F10195;
}
.AnyTagClassName
{
color: #F10195;
}
</style>
background-color css
<style>
a { background-color: #F10195; }
a { background-color: rgb(241,1,149); }
div.DivClassName
{
background-color: #F10195;
}
.BgClassName
{
background-color: #F10195;
}
</style>
border-color css
<style>
span { border-color: #F10195; }
span { border-color: rgb(241,1,149); }
td.TdClassName
{
border-color: #F10195;
}
.TagClassName
{
border-color: #F10195;
}
</style>