Shades of Hollywood Cerise #F90CA6
Tints of Hollywood Cerise #F90CA6
RGB
CMYK
RGB Variations
Color information
#F90CA6 (or 0xF90CA6) is known color: Hollywood Cerise. HEX triplet: F9, 0C and A6. RGB value is (249,12,166). Sum of RGB (Red+Green+Blue) = 249+12+166=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90CA6 is #06F359. Grayscale: #646464. Windows color (decimal): -455514 or 10882297. OLE color: 10882297.
HSL color Cylindrical-coordinate representation of color #F90CA6: hue angle of 321.01º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90CA6 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 166 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.02 |
| HSL | 321.01º | 0.95% | 0.51% | - |
| HSV(B) | 321.01º | 0.95% | 0.98% | - |
| XYZ | 46.08 | 23.16 | 38.12 | - |
| YUV | 100.42 | 165.02 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 166 | 0 | 0.95 | 0.33 | 0.02 | 321.01 | 0.95 | 0.51 |
| Hex | F9 | C | A6 | 0 | 5F | 21 | 2 | 141 | 5F | 33 |
| Octal | 371 | 14 | 246 | 0 | 137 | 41 | 2 | 501 | 137 | 63 |
| Binary | 11111001 | 1100 | 10100110 | 0 | 1011111 | 100001 | 10 | 101000001 | 1011111 | 110011 |
Color Harmonies of #F90CA6
Complementary color
Monochromatic Colors of #F90CA6
Black with #F90CA6
Text Example
Text Example
White with #F90CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CA6; }
p { color: rgb(249,12,166); }
H1.HeaderClassName
{
color: #F90CA6;
}
.AnyTagClassName
{
color: #F90CA6;
}
</style>
background-color css
<style>
a { background-color: #F90CA6; }
a { background-color: rgb(249,12,166); }
div.DivClassName
{
background-color: #F90CA6;
}
.BgClassName
{
background-color: #F90CA6;
}
</style>
border-color css
<style>
span { border-color: #F90CA6; }
span { border-color: rgb(249,12,166); }
td.TdClassName
{
border-color: #F90CA6;
}
.TagClassName
{
border-color: #F90CA6;
}
</style>