Shades of Hollywood Cerise #FA05A7
Tints of Hollywood Cerise #FA05A7
RGB
CMYK
RGB Variations
Color information
#FA05A7 (or 0xFA05A7) is known color: Hollywood Cerise. HEX triplet: FA, 05 and A7. RGB value is (250,5,167). Sum of RGB (Red+Green+Blue) = 250+5+167=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA05A7 is #05FA58. Grayscale: #606060. Windows color (decimal): -391769 or 10946042. OLE color: 10946042.
HSL color Cylindrical-coordinate representation of color #FA05A7: hue angle of 320.33º degrees, saturation: 0.96, 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 #FA05A7 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 167 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.02 |
| HSL | 320.33º | 0.96% | 0.5% | - |
| HSV(B) | 320.33º | 0.98% | 0.98% | - |
| XYZ | 46.45 | 23.22 | 38.59 | - |
| YUV | 96.72 | 167.67 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 167 | 0 | 0.98 | 0.33 | 0.02 | 320.33 | 0.96 | 0.5 |
| Hex | FA | 5 | A7 | 0 | 62 | 21 | 2 | 140 | 60 | 32 |
| Octal | 372 | 5 | 247 | 0 | 142 | 41 | 2 | 500 | 140 | 62 |
| Binary | 11111010 | 101 | 10100111 | 0 | 1100010 | 100001 | 10 | 101000000 | 1100000 | 110010 |
Color Harmonies of #FA05A7
Complementary color
Monochromatic Colors of #FA05A7
Black with #FA05A7
Text Example
Text Example
White with #FA05A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05A7; }
p { color: rgb(250,5,167); }
H1.HeaderClassName
{
color: #FA05A7;
}
.AnyTagClassName
{
color: #FA05A7;
}
</style>
background-color css
<style>
a { background-color: #FA05A7; }
a { background-color: rgb(250,5,167); }
div.DivClassName
{
background-color: #FA05A7;
}
.BgClassName
{
background-color: #FA05A7;
}
</style>
border-color css
<style>
span { border-color: #FA05A7; }
span { border-color: rgb(250,5,167); }
td.TdClassName
{
border-color: #FA05A7;
}
.TagClassName
{
border-color: #FA05A7;
}
</style>