Shades of Hollywood Cerise #F400B1
Tints of Hollywood Cerise #F400B1
RGB
CMYK
RGB Variations
Color information
#F400B1 (or 0xF400B1) is known color: Hollywood Cerise. HEX triplet: F4, 00 and B1. RGB value is (244,0,177). Sum of RGB (Red+Green+Blue) = 244+0+177=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F400B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F400B1 is #0BFF4E. Grayscale: #5C5C5C. Windows color (decimal): -786255 or 11600116. OLE color: 11600116.
HSL color Cylindrical-coordinate representation of color #F400B1: hue angle of 316.48º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F400B1 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 177 | - |
| CMYK | 0 | 1 | 0.27 | 0.04 |
| HSL | 316.48º | 1% | 0.48% | - |
| HSV(B) | 316.48º | 1% | 0.96% | - |
| XYZ | 45.24 | 22.41 | 43.54 | - |
| YUV | 93.13 | 175.34 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 177 | 0 | 1 | 0.27 | 0.04 | 316.48 | 1 | 0.48 |
| Hex | F4 | 0 | B1 | 0 | 64 | 1B | 4 | 13C | 64 | 30 |
| Octal | 364 | 0 | 261 | 0 | 144 | 33 | 4 | 474 | 144 | 60 |
| Binary | 11110100 | 0 | 10110001 | 0 | 1100100 | 11011 | 100 | 100111100 | 1100100 | 110000 |
Color Harmonies of #F400B1
Complementary color
Monochromatic Colors of #F400B1
Black with #F400B1
Text Example
Text Example
White with #F400B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400B1; }
p { color: rgb(244,0,177); }
H1.HeaderClassName
{
color: #F400B1;
}
.AnyTagClassName
{
color: #F400B1;
}
</style>
background-color css
<style>
a { background-color: #F400B1; }
a { background-color: rgb(244,0,177); }
div.DivClassName
{
background-color: #F400B1;
}
.BgClassName
{
background-color: #F400B1;
}
</style>
border-color css
<style>
span { border-color: #F400B1; }
span { border-color: rgb(244,0,177); }
td.TdClassName
{
border-color: #F400B1;
}
.TagClassName
{
border-color: #F400B1;
}
</style>