Shades of Hollywood Cerise #F909A6
Tints of Hollywood Cerise #F909A6
RGB
CMYK
RGB Variations
Color information
#F909A6 (or 0xF909A6) is known color: Hollywood Cerise. HEX triplet: F9, 09 and A6. RGB value is (249,9,166). Sum of RGB (Red+Green+Blue) = 249+9+166=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F909A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F909A6 is #06F659. Grayscale: #626262. Windows color (decimal): -456282 or 10881529. OLE color: 10881529.
HSL color Cylindrical-coordinate representation of color #F909A6: hue angle of 320.75º degrees, saturation: 0.95, 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 #F909A6 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 166 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.02 |
| HSL | 320.75º | 0.95% | 0.51% | - |
| HSV(B) | 320.75º | 0.96% | 0.98% | - |
| XYZ | 46.05 | 23.09 | 38.11 | - |
| YUV | 98.66 | 166.01 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 166 | 0 | 0.96 | 0.33 | 0.02 | 320.75 | 0.95 | 0.51 |
| Hex | F9 | 9 | A6 | 0 | 60 | 21 | 2 | 141 | 5F | 33 |
| Octal | 371 | 11 | 246 | 0 | 140 | 41 | 2 | 501 | 137 | 63 |
| Binary | 11111001 | 1001 | 10100110 | 0 | 1100000 | 100001 | 10 | 101000001 | 1011111 | 110011 |
Color Harmonies of #F909A6
Complementary color
Monochromatic Colors of #F909A6
Black with #F909A6
Text Example
Text Example
White with #F909A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F909A6; }
p { color: rgb(249,9,166); }
H1.HeaderClassName
{
color: #F909A6;
}
.AnyTagClassName
{
color: #F909A6;
}
</style>
background-color css
<style>
a { background-color: #F909A6; }
a { background-color: rgb(249,9,166); }
div.DivClassName
{
background-color: #F909A6;
}
.BgClassName
{
background-color: #F909A6;
}
</style>
border-color css
<style>
span { border-color: #F909A6; }
span { border-color: rgb(249,9,166); }
td.TdClassName
{
border-color: #F909A6;
}
.TagClassName
{
border-color: #F909A6;
}
</style>