Shades of Hollywood Cerise #F9029B
Tints of Hollywood Cerise #F9029B
RGB
CMYK
RGB Variations
Color information
#F9029B (or 0xF9029B) is known color: Hollywood Cerise. HEX triplet: F9, 02 and 9B. RGB value is (249,2,155). Sum of RGB (Red+Green+Blue) = 249+2+155=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9029B is #06FD64. Grayscale: #5C5C5C. Windows color (decimal): -458085 or 10158841. OLE color: 10158841.
HSL color Cylindrical-coordinate representation of color #F9029B: hue angle of 322.83º 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 #F9029B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.02 |
| HSL | 322.83º | 0.98% | 0.49% | - |
| HSV(B) | 322.83º | 0.99% | 0.98% | - |
| XYZ | 45.01 | 22.55 | 32.99 | - |
| YUV | 93.3 | 162.83 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 155 | 0 | 0.99 | 0.38 | 0.02 | 322.83 | 0.98 | 0.49 |
| Hex | F9 | 2 | 9B | 0 | 63 | 26 | 2 | 143 | 62 | 31 |
| Octal | 371 | 2 | 233 | 0 | 143 | 46 | 2 | 503 | 142 | 61 |
| Binary | 11111001 | 10 | 10011011 | 0 | 1100011 | 100110 | 10 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F9029B
Complementary color
Monochromatic Colors of #F9029B
Black with #F9029B
Text Example
Text Example
White with #F9029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9029B; }
p { color: rgb(249,2,155); }
H1.HeaderClassName
{
color: #F9029B;
}
.AnyTagClassName
{
color: #F9029B;
}
</style>
background-color css
<style>
a { background-color: #F9029B; }
a { background-color: rgb(249,2,155); }
div.DivClassName
{
background-color: #F9029B;
}
.BgClassName
{
background-color: #F9029B;
}
</style>
border-color css
<style>
span { border-color: #F9029B; }
span { border-color: rgb(249,2,155); }
td.TdClassName
{
border-color: #F9029B;
}
.TagClassName
{
border-color: #F9029B;
}
</style>