Shades of Hollywood Cerise #F9008F
Tints of Hollywood Cerise #F9008F
RGB
CMYK
RGB Variations
Color information
#F9008F (or 0xF9008F) is known color: Hollywood Cerise. HEX triplet: F9, 00 and 8F. RGB value is (249,0,143). Sum of RGB (Red+Green+Blue) = 249+0+143=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9008F is #06FF70. Grayscale: #5A5A5A. Windows color (decimal): -458609 or 9371897. OLE color: 9371897.
HSL color Cylindrical-coordinate representation of color #F9008F: hue angle of 325.54º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9008F is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.43 | 0.02 |
| HSL | 325.54º | 1% | 0.49% | - |
| HSV(B) | 325.54º | 1% | 0.98% | - |
| XYZ | 44.02 | 22.12 | 27.94 | - |
| YUV | 90.75 | 157.49 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 143 | 0 | 1 | 0.43 | 0.02 | 325.54 | 1 | 0.49 |
| Hex | F9 | 0 | 8F | 0 | 64 | 2B | 2 | 146 | 64 | 31 |
| Octal | 371 | 0 | 217 | 0 | 144 | 53 | 2 | 506 | 144 | 61 |
| Binary | 11111001 | 0 | 10001111 | 0 | 1100100 | 101011 | 10 | 101000110 | 1100100 | 110001 |
Color Harmonies of #F9008F
Complementary color
Monochromatic Colors of #F9008F
Black with #F9008F
Text Example
Text Example
White with #F9008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9008F; }
p { color: rgb(249,0,143); }
H1.HeaderClassName
{
color: #F9008F;
}
.AnyTagClassName
{
color: #F9008F;
}
</style>
background-color css
<style>
a { background-color: #F9008F; }
a { background-color: rgb(249,0,143); }
div.DivClassName
{
background-color: #F9008F;
}
.BgClassName
{
background-color: #F9008F;
}
</style>
border-color css
<style>
span { border-color: #F9008F; }
span { border-color: rgb(249,0,143); }
td.TdClassName
{
border-color: #F9008F;
}
.TagClassName
{
border-color: #F9008F;
}
</style>