Shades of Hollywood Cerise #FF0195
Tints of Hollywood Cerise #FF0195
RGB
CMYK
RGB Variations
Color information
#FF0195 (or 0xFF0195) is known color: Hollywood Cerise. HEX triplet: FF, 01 and 95. RGB value is (255,1,149). Sum of RGB (Red+Green+Blue) = 255+1+149=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0195 is #00FE6A. Grayscale: #5D5D5D. Windows color (decimal): -65131 or 9765375. OLE color: 9765375.
HSL color Cylindrical-coordinate representation of color #FF0195: hue angle of 325.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0195 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.42 | 0 |
| HSL | 325.04º | 1% | 0.5% | - |
| HSV(B) | 325.04º | 1% | 1% | - |
| XYZ | 46.68 | 23.45 | 30.5 | - |
| YUV | 93.82 | 159.15 | 242.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 149 | 0 | 1.00 | 0.42 | 0 | 325.04 | 1 | 0.5 |
| Hex | FF | 1 | 95 | 0 | 64 | 2A | 0 | 145 | 64 | 32 |
| Octal | 377 | 1 | 225 | 0 | 144 | 52 | 0 | 505 | 144 | 62 |
| Binary | 11111111 | 1 | 10010101 | 0 | 1100100 | 101010 | 0 | 101000101 | 1100100 | 110010 |
Color Harmonies of #FF0195
Complementary color
Monochromatic Colors of #FF0195
Black with #FF0195
Text Example
Text Example
White with #FF0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0195; }
p { color: rgb(255,1,149); }
H1.HeaderClassName
{
color: #FF0195;
}
.AnyTagClassName
{
color: #FF0195;
}
</style>
background-color css
<style>
a { background-color: #FF0195; }
a { background-color: rgb(255,1,149); }
div.DivClassName
{
background-color: #FF0195;
}
.BgClassName
{
background-color: #FF0195;
}
</style>
border-color css
<style>
span { border-color: #FF0195; }
span { border-color: rgb(255,1,149); }
td.TdClassName
{
border-color: #FF0195;
}
.TagClassName
{
border-color: #FF0195;
}
</style>