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