Shades of Hollywood Cerise #F9029A
Tints of Hollywood Cerise #F9029A
RGB
CMYK
RGB Variations
Color information
#F9029A (or 0xF9029A) is known color: Hollywood Cerise. HEX triplet: F9, 02 and 9A. RGB value is (249,2,154). Sum of RGB (Red+Green+Blue) = 249+2+154=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F9029A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9029A is #06FD65. Grayscale: #5C5C5C. Windows color (decimal): -458086 or 10093305. OLE color: 10093305.
HSL color Cylindrical-coordinate representation of color #F9029A: hue angle of 323.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9029A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.02 |
| HSL | 323.08º | 0.98% | 0.49% | - |
| HSV(B) | 323.08º | 0.99% | 0.98% | - |
| XYZ | 44.92 | 22.52 | 32.55 | - |
| YUV | 93.18 | 162.33 | 239.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 154 | 0 | 0.99 | 0.38 | 0.02 | 323.08 | 0.98 | 0.49 |
| Hex | F9 | 2 | 9A | 0 | 63 | 26 | 2 | 143 | 62 | 31 |
| Octal | 371 | 2 | 232 | 0 | 143 | 46 | 2 | 503 | 142 | 61 |
| Binary | 11111001 | 10 | 10011010 | 0 | 1100011 | 100110 | 10 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F9029A
Complementary color
Monochromatic Colors of #F9029A
Black with #F9029A
Text Example
Text Example
White with #F9029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9029A; }
p { color: rgb(249,2,154); }
H1.HeaderClassName
{
color: #F9029A;
}
.AnyTagClassName
{
color: #F9029A;
}
</style>
background-color css
<style>
a { background-color: #F9029A; }
a { background-color: rgb(249,2,154); }
div.DivClassName
{
background-color: #F9029A;
}
.BgClassName
{
background-color: #F9029A;
}
</style>
border-color css
<style>
span { border-color: #F9029A; }
span { border-color: rgb(249,2,154); }
td.TdClassName
{
border-color: #F9029A;
}
.TagClassName
{
border-color: #F9029A;
}
</style>