Shades of Hollywood Cerise #F401AF
Tints of Hollywood Cerise #F401AF
RGB
CMYK
RGB Variations
Color information
#F401AF (or 0xF401AF) is known color: Hollywood Cerise. HEX triplet: F4, 01 and AF. RGB value is (244,1,175). Sum of RGB (Red+Green+Blue) = 244+1+175=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F401AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F401AF is #0BFE50. Grayscale: #5D5D5D. Windows color (decimal): -786001 or 11469300. OLE color: 11469300.
HSL color Cylindrical-coordinate representation of color #F401AF: hue angle of 317.04º 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 #F401AF is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.04 |
| HSL | 317.04º | 0.99% | 0.48% | - |
| HSV(B) | 317.04º | 1% | 0.96% | - |
| XYZ | 45.06 | 22.35 | 42.5 | - |
| YUV | 93.49 | 174.01 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 175 | 0 | 1.00 | 0.28 | 0.04 | 317.04 | 0.99 | 0.48 |
| Hex | F4 | 1 | AF | 0 | 64 | 1C | 4 | 13D | 63 | 30 |
| Octal | 364 | 1 | 257 | 0 | 144 | 34 | 4 | 475 | 143 | 60 |
| Binary | 11110100 | 1 | 10101111 | 0 | 1100100 | 11100 | 100 | 100111101 | 1100011 | 110000 |
Color Harmonies of #F401AF
Complementary color
Monochromatic Colors of #F401AF
Black with #F401AF
Text Example
Text Example
White with #F401AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F401AF; }
p { color: rgb(244,1,175); }
H1.HeaderClassName
{
color: #F401AF;
}
.AnyTagClassName
{
color: #F401AF;
}
</style>
background-color css
<style>
a { background-color: #F401AF; }
a { background-color: rgb(244,1,175); }
div.DivClassName
{
background-color: #F401AF;
}
.BgClassName
{
background-color: #F401AF;
}
</style>
border-color css
<style>
span { border-color: #F401AF; }
span { border-color: rgb(244,1,175); }
td.TdClassName
{
border-color: #F401AF;
}
.TagClassName
{
border-color: #F401AF;
}
</style>