Shades of Hollywood Cerise #FA0AAF
Tints of Hollywood Cerise #FA0AAF
RGB
CMYK
RGB Variations
Color information
#FA0AAF (or 0xFA0AAF) is known color: Hollywood Cerise. HEX triplet: FA, 0A and AF. RGB value is (250,10,175). Sum of RGB (Red+Green+Blue) = 250+10+175=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0AAF is #05F550. Grayscale: #646464. Windows color (decimal): -390481 or 11471610. OLE color: 11471610.
HSL color Cylindrical-coordinate representation of color #FA0AAF: hue angle of 318.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0AAF is Cyan = 0, Magento = 0.96, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.3 | 0.02 |
| HSL | 318.75º | 0.96% | 0.51% | - |
| HSV(B) | 318.75º | 0.96% | 0.98% | - |
| XYZ | 47.27 | 23.64 | 42.63 | - |
| YUV | 100.57 | 170.01 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 175 | 0 | 0.96 | 0.3 | 0.02 | 318.75 | 0.96 | 0.51 |
| Hex | FA | A | AF | 0 | 60 | 1E | 2 | 13F | 60 | 33 |
| Octal | 372 | 12 | 257 | 0 | 140 | 36 | 2 | 477 | 140 | 63 |
| Binary | 11111010 | 1010 | 10101111 | 0 | 1100000 | 11110 | 10 | 100111111 | 1100000 | 110011 |
Color Harmonies of #FA0AAF
Complementary color
Monochromatic Colors of #FA0AAF
Black with #FA0AAF
Text Example
Text Example
White with #FA0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0AAF; }
p { color: rgb(250,10,175); }
H1.HeaderClassName
{
color: #FA0AAF;
}
.AnyTagClassName
{
color: #FA0AAF;
}
</style>
background-color css
<style>
a { background-color: #FA0AAF; }
a { background-color: rgb(250,10,175); }
div.DivClassName
{
background-color: #FA0AAF;
}
.BgClassName
{
background-color: #FA0AAF;
}
</style>
border-color css
<style>
span { border-color: #FA0AAF; }
span { border-color: rgb(250,10,175); }
td.TdClassName
{
border-color: #FA0AAF;
}
.TagClassName
{
border-color: #FA0AAF;
}
</style>