Shades of Hollywood Cerise #F400B3
Tints of Hollywood Cerise #F400B3
RGB
CMYK
RGB Variations
Color information
#F400B3 (or 0xF400B3) is known color: Hollywood Cerise. HEX triplet: F4, 00 and B3. RGB value is (244,0,179). Sum of RGB (Red+Green+Blue) = 244+0+179=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F400B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F400B3 is #0BFF4C. Grayscale: #5C5C5C. Windows color (decimal): -786253 or 11731188. OLE color: 11731188.
HSL color Cylindrical-coordinate representation of color #F400B3: hue angle of 315.98º 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 #F400B3 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.27 | 0.04 |
| HSL | 315.98º | 1% | 0.48% | - |
| HSV(B) | 315.98º | 1% | 0.96% | - |
| XYZ | 45.44 | 22.49 | 44.59 | - |
| YUV | 93.36 | 176.34 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 179 | 0 | 1 | 0.27 | 0.04 | 315.98 | 1 | 0.48 |
| Hex | F4 | 0 | B3 | 0 | 64 | 1B | 4 | 13C | 64 | 30 |
| Octal | 364 | 0 | 263 | 0 | 144 | 33 | 4 | 474 | 144 | 60 |
| Binary | 11110100 | 0 | 10110011 | 0 | 1100100 | 11011 | 100 | 100111100 | 1100100 | 110000 |
Color Harmonies of #F400B3
Complementary color
Monochromatic Colors of #F400B3
Black with #F400B3
Text Example
Text Example
White with #F400B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F400B3; }
p { color: rgb(244,0,179); }
H1.HeaderClassName
{
color: #F400B3;
}
.AnyTagClassName
{
color: #F400B3;
}
</style>
background-color css
<style>
a { background-color: #F400B3; }
a { background-color: rgb(244,0,179); }
div.DivClassName
{
background-color: #F400B3;
}
.BgClassName
{
background-color: #F400B3;
}
</style>
border-color css
<style>
span { border-color: #F400B3; }
span { border-color: rgb(244,0,179); }
td.TdClassName
{
border-color: #F400B3;
}
.TagClassName
{
border-color: #F400B3;
}
</style>