Shades of Hollywood Cerise #FA099F
Tints of Hollywood Cerise #FA099F
RGB
CMYK
RGB Variations
Color information
#FA099F (or 0xFA099F) is known color: Hollywood Cerise. HEX triplet: FA, 09 and 9F. RGB value is (250,9,159). Sum of RGB (Red+Green+Blue) = 250+9+159=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA099F is #05F660. Grayscale: #616161. Windows color (decimal): -390753 or 10422778. OLE color: 10422778.
HSL color Cylindrical-coordinate representation of color #FA099F: hue angle of 322.66º 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 #FA099F is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.02 |
| HSL | 322.66º | 0.96% | 0.51% | - |
| HSV(B) | 322.66º | 0.96% | 0.98% | - |
| XYZ | 45.78 | 23.02 | 34.83 | - |
| YUV | 98.16 | 162.34 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 159 | 0 | 0.96 | 0.36 | 0.02 | 322.66 | 0.96 | 0.51 |
| Hex | FA | 9 | 9F | 0 | 60 | 24 | 2 | 143 | 60 | 33 |
| Octal | 372 | 11 | 237 | 0 | 140 | 44 | 2 | 503 | 140 | 63 |
| Binary | 11111010 | 1001 | 10011111 | 0 | 1100000 | 100100 | 10 | 101000011 | 1100000 | 110011 |
Color Harmonies of #FA099F
Complementary color
Monochromatic Colors of #FA099F
Black with #FA099F
Text Example
Text Example
White with #FA099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA099F; }
p { color: rgb(250,9,159); }
H1.HeaderClassName
{
color: #FA099F;
}
.AnyTagClassName
{
color: #FA099F;
}
</style>
background-color css
<style>
a { background-color: #FA099F; }
a { background-color: rgb(250,9,159); }
div.DivClassName
{
background-color: #FA099F;
}
.BgClassName
{
background-color: #FA099F;
}
</style>
border-color css
<style>
span { border-color: #FA099F; }
span { border-color: rgb(250,9,159); }
td.TdClassName
{
border-color: #FA099F;
}
.TagClassName
{
border-color: #FA099F;
}
</style>