Shades of Hollywood Cerise #FA04AF
Tints of Hollywood Cerise #FA04AF
RGB
CMYK
RGB Variations
Color information
#FA04AF (or 0xFA04AF) is known color: Hollywood Cerise. HEX triplet: FA, 04 and AF. RGB value is (250,4,175). Sum of RGB (Red+Green+Blue) = 250+4+175=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA04AF is #05FB50. Grayscale: #606060. Windows color (decimal): -392017 or 11470074. OLE color: 11470074.
HSL color Cylindrical-coordinate representation of color #FA04AF: hue angle of 318.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04AF is Cyan = 0, Magento = 0.98, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 175 | - |
| CMYK | 0 | 0.98 | 0.3 | 0.02 |
| HSL | 318.29º | 0.97% | 0.5% | - |
| HSV(B) | 318.29º | 0.98% | 0.98% | - |
| XYZ | 47.21 | 23.51 | 42.61 | - |
| YUV | 97.05 | 172 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 175 | 0 | 0.98 | 0.3 | 0.02 | 318.29 | 0.97 | 0.5 |
| Hex | FA | 4 | AF | 0 | 62 | 1E | 2 | 13E | 61 | 32 |
| Octal | 372 | 4 | 257 | 0 | 142 | 36 | 2 | 476 | 141 | 62 |
| Binary | 11111010 | 100 | 10101111 | 0 | 1100010 | 11110 | 10 | 100111110 | 1100001 | 110010 |
Color Harmonies of #FA04AF
Complementary color
Monochromatic Colors of #FA04AF
Black with #FA04AF
Text Example
Text Example
White with #FA04AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04AF; }
p { color: rgb(250,4,175); }
H1.HeaderClassName
{
color: #FA04AF;
}
.AnyTagClassName
{
color: #FA04AF;
}
</style>
background-color css
<style>
a { background-color: #FA04AF; }
a { background-color: rgb(250,4,175); }
div.DivClassName
{
background-color: #FA04AF;
}
.BgClassName
{
background-color: #FA04AF;
}
</style>
border-color css
<style>
span { border-color: #FA04AF; }
span { border-color: rgb(250,4,175); }
td.TdClassName
{
border-color: #FA04AF;
}
.TagClassName
{
border-color: #FA04AF;
}
</style>