Shades of Hollywood Cerise #FA099D
Tints of Hollywood Cerise #FA099D
RGB
CMYK
RGB Variations
Color information
#FA099D (or 0xFA099D) is known color: Hollywood Cerise. HEX triplet: FA, 09 and 9D. RGB value is (250,9,157). Sum of RGB (Red+Green+Blue) = 250+9+157=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA099D is #05F662. Grayscale: #616161. Windows color (decimal): -390755 or 10291706. OLE color: 10291706.
HSL color Cylindrical-coordinate representation of color #FA099D: hue angle of 323.15º 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 #FA099D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.02 |
| HSL | 323.15º | 0.96% | 0.51% | - |
| HSV(B) | 323.15º | 0.96% | 0.98% | - |
| XYZ | 45.61 | 22.95 | 33.93 | - |
| YUV | 97.93 | 161.34 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 157 | 0 | 0.96 | 0.37 | 0.02 | 323.15 | 0.96 | 0.51 |
| Hex | FA | 9 | 9D | 0 | 60 | 25 | 2 | 143 | 60 | 33 |
| Octal | 372 | 11 | 235 | 0 | 140 | 45 | 2 | 503 | 140 | 63 |
| Binary | 11111010 | 1001 | 10011101 | 0 | 1100000 | 100101 | 10 | 101000011 | 1100000 | 110011 |
Color Harmonies of #FA099D
Complementary color
Monochromatic Colors of #FA099D
Black with #FA099D
Text Example
Text Example
White with #FA099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA099D; }
p { color: rgb(250,9,157); }
H1.HeaderClassName
{
color: #FA099D;
}
.AnyTagClassName
{
color: #FA099D;
}
</style>
background-color css
<style>
a { background-color: #FA099D; }
a { background-color: rgb(250,9,157); }
div.DivClassName
{
background-color: #FA099D;
}
.BgClassName
{
background-color: #FA099D;
}
</style>
border-color css
<style>
span { border-color: #FA099D; }
span { border-color: rgb(250,9,157); }
td.TdClassName
{
border-color: #FA099D;
}
.TagClassName
{
border-color: #FA099D;
}
</style>