Shades of Hollywood Cerise #FF0095
Tints of Hollywood Cerise #FF0095
RGB
CMYK
RGB Variations
Color information
#FF0095 (or 0xFF0095) is known color: Hollywood Cerise. HEX triplet: FF, 00 and 95. RGB value is (255,0,149). Sum of RGB (Red+Green+Blue) = 255+0+149=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0095 is #00FF6A. Grayscale: #5C5C5C. Windows color (decimal): -65387 or 9765119. OLE color: 9765119.
HSL color Cylindrical-coordinate representation of color #FF0095: hue angle of 324.94º 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 #FF0095 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.42 | 0 |
| HSL | 324.94º | 1% | 0.5% | - |
| HSV(B) | 324.94º | 1% | 1% | - |
| XYZ | 46.66 | 23.43 | 30.5 | - |
| YUV | 93.23 | 159.48 | 243.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 149 | 0 | 1 | 0.42 | 0 | 324.94 | 1 | 0.5 |
| Hex | FF | 0 | 95 | 0 | 64 | 2A | 0 | 145 | 64 | 32 |
| Octal | 377 | 0 | 225 | 0 | 144 | 52 | 0 | 505 | 144 | 62 |
| Binary | 11111111 | 0 | 10010101 | 0 | 1100100 | 101010 | 0 | 101000101 | 1100100 | 110010 |
Color Harmonies of #FF0095
Complementary color
Monochromatic Colors of #FF0095
Black with #FF0095
Text Example
Text Example
White with #FF0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0095; }
p { color: rgb(255,0,149); }
H1.HeaderClassName
{
color: #FF0095;
}
.AnyTagClassName
{
color: #FF0095;
}
</style>
background-color css
<style>
a { background-color: #FF0095; }
a { background-color: rgb(255,0,149); }
div.DivClassName
{
background-color: #FF0095;
}
.BgClassName
{
background-color: #FF0095;
}
</style>
border-color css
<style>
span { border-color: #FF0095; }
span { border-color: rgb(255,0,149); }
td.TdClassName
{
border-color: #FF0095;
}
.TagClassName
{
border-color: #FF0095;
}
</style>