Shades of Hollywood Cerise #F40195
Tints of Hollywood Cerise #F40195
RGB
CMYK
RGB Variations
Color information
#F40195 (or 0xF40195) is known color: Hollywood Cerise. HEX triplet: F4, 01 and 95. RGB value is (244,1,149). Sum of RGB (Red+Green+Blue) = 244+1+149=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F40195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40195 is #0BFE6A. Grayscale: #5A5A5A. Windows color (decimal): -786027 or 9765364. OLE color: 9765364.
HSL color Cylindrical-coordinate representation of color #F40195: hue angle of 323.46º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40195 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.04 |
| HSL | 323.46º | 0.99% | 0.48% | - |
| HSV(B) | 323.46º | 1% | 0.96% | - |
| XYZ | 42.74 | 21.42 | 30.32 | - |
| YUV | 90.53 | 161.01 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 149 | 0 | 1.00 | 0.39 | 0.04 | 323.46 | 0.99 | 0.48 |
| Hex | F4 | 1 | 95 | 0 | 64 | 27 | 4 | 143 | 63 | 30 |
| Octal | 364 | 1 | 225 | 0 | 144 | 47 | 4 | 503 | 143 | 60 |
| Binary | 11110100 | 1 | 10010101 | 0 | 1100100 | 100111 | 100 | 101000011 | 1100011 | 110000 |
Color Harmonies of #F40195
Complementary color
Monochromatic Colors of #F40195
Black with #F40195
Text Example
Text Example
White with #F40195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40195; }
p { color: rgb(244,1,149); }
H1.HeaderClassName
{
color: #F40195;
}
.AnyTagClassName
{
color: #F40195;
}
</style>
background-color css
<style>
a { background-color: #F40195; }
a { background-color: rgb(244,1,149); }
div.DivClassName
{
background-color: #F40195;
}
.BgClassName
{
background-color: #F40195;
}
</style>
border-color css
<style>
span { border-color: #F40195; }
span { border-color: rgb(244,1,149); }
td.TdClassName
{
border-color: #F40195;
}
.TagClassName
{
border-color: #F40195;
}
</style>