Shades of Hollywood Cerise #FA069F
Tints of Hollywood Cerise #FA069F
RGB
CMYK
RGB Variations
Color information
#FA069F (or 0xFA069F) is known color: Hollywood Cerise. HEX triplet: FA, 06 and 9F. RGB value is (250,6,159). Sum of RGB (Red+Green+Blue) = 250+6+159=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA069F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA069F is #05F960. Grayscale: #606060. Windows color (decimal): -391521 or 10422010. OLE color: 10422010.
HSL color Cylindrical-coordinate representation of color #FA069F: hue angle of 322.38º 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 #FA069F is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 159 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.02 |
| HSL | 322.38º | 0.96% | 0.5% | - |
| HSV(B) | 322.38º | 0.98% | 0.98% | - |
| XYZ | 45.75 | 22.96 | 34.82 | - |
| YUV | 96.4 | 163.34 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 159 | 0 | 0.98 | 0.36 | 0.02 | 322.38 | 0.96 | 0.5 |
| Hex | FA | 6 | 9F | 0 | 62 | 24 | 2 | 142 | 60 | 32 |
| Octal | 372 | 6 | 237 | 0 | 142 | 44 | 2 | 502 | 140 | 62 |
| Binary | 11111010 | 110 | 10011111 | 0 | 1100010 | 100100 | 10 | 101000010 | 1100000 | 110010 |
Color Harmonies of #FA069F
Complementary color
Monochromatic Colors of #FA069F
Black with #FA069F
Text Example
Text Example
White with #FA069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA069F; }
p { color: rgb(250,6,159); }
H1.HeaderClassName
{
color: #FA069F;
}
.AnyTagClassName
{
color: #FA069F;
}
</style>
background-color css
<style>
a { background-color: #FA069F; }
a { background-color: rgb(250,6,159); }
div.DivClassName
{
background-color: #FA069F;
}
.BgClassName
{
background-color: #FA069F;
}
</style>
border-color css
<style>
span { border-color: #FA069F; }
span { border-color: rgb(250,6,159); }
td.TdClassName
{
border-color: #FA069F;
}
.TagClassName
{
border-color: #FA069F;
}
</style>