Shades of Hollywood Cerise #FA0699
Tints of Hollywood Cerise #FA0699
RGB
CMYK
RGB Variations
Color information
#FA0699 (or 0xFA0699) is known color: Hollywood Cerise. HEX triplet: FA, 06 and 99. RGB value is (250,6,153). Sum of RGB (Red+Green+Blue) = 250+6+153=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0699 is #05F966. Grayscale: #5F5F5F. Windows color (decimal): -391527 or 10028794. OLE color: 10028794.
HSL color Cylindrical-coordinate representation of color #FA0699: hue angle of 323.85º 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 #FA0699 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.02 |
| HSL | 323.85º | 0.96% | 0.5% | - |
| HSV(B) | 323.85º | 0.98% | 0.98% | - |
| XYZ | 45.24 | 22.75 | 32.14 | - |
| YUV | 95.71 | 160.34 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 153 | 0 | 0.98 | 0.39 | 0.02 | 323.85 | 0.96 | 0.5 |
| Hex | FA | 6 | 99 | 0 | 62 | 27 | 2 | 144 | 60 | 32 |
| Octal | 372 | 6 | 231 | 0 | 142 | 47 | 2 | 504 | 140 | 62 |
| Binary | 11111010 | 110 | 10011001 | 0 | 1100010 | 100111 | 10 | 101000100 | 1100000 | 110010 |
Color Harmonies of #FA0699
Complementary color
Monochromatic Colors of #FA0699
Black with #FA0699
Text Example
Text Example
White with #FA0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0699; }
p { color: rgb(250,6,153); }
H1.HeaderClassName
{
color: #FA0699;
}
.AnyTagClassName
{
color: #FA0699;
}
</style>
background-color css
<style>
a { background-color: #FA0699; }
a { background-color: rgb(250,6,153); }
div.DivClassName
{
background-color: #FA0699;
}
.BgClassName
{
background-color: #FA0699;
}
</style>
border-color css
<style>
span { border-color: #FA0699; }
span { border-color: rgb(250,6,153); }
td.TdClassName
{
border-color: #FA0699;
}
.TagClassName
{
border-color: #FA0699;
}
</style>