Shades of Hollywood Cerise #F1008C
Tints of Hollywood Cerise #F1008C
RGB
CMYK
RGB Variations
Color information
#F1008C (or 0xF1008C) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 8C. RGB value is (241,0,140). Sum of RGB (Red+Green+Blue) = 241+0+140=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1008C is #0EFF73. Grayscale: #575757. Windows color (decimal): -982900 or 9175281. OLE color: 9175281.
HSL color Cylindrical-coordinate representation of color #F1008C: hue angle of 325.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1008C is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.42 | 0.05 |
| HSL | 325.15º | 1% | 0.47% | - |
| HSV(B) | 325.15º | 1% | 0.95% | - |
| XYZ | 41.01 | 20.59 | 26.62 | - |
| YUV | 88.02 | 157.34 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 140 | 0 | 1 | 0.42 | 0.05 | 325.15 | 1 | 0.47 |
| Hex | F1 | 0 | 8C | 0 | 64 | 2A | 5 | 145 | 64 | 2F |
| Octal | 361 | 0 | 214 | 0 | 144 | 52 | 5 | 505 | 144 | 57 |
| Binary | 11110001 | 0 | 10001100 | 0 | 1100100 | 101010 | 101 | 101000101 | 1100100 | 101111 |
Color Harmonies of #F1008C
Complementary color
Monochromatic Colors of #F1008C
Black with #F1008C
Text Example
Text Example
White with #F1008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1008C; }
p { color: rgb(241,0,140); }
H1.HeaderClassName
{
color: #F1008C;
}
.AnyTagClassName
{
color: #F1008C;
}
</style>
background-color css
<style>
a { background-color: #F1008C; }
a { background-color: rgb(241,0,140); }
div.DivClassName
{
background-color: #F1008C;
}
.BgClassName
{
background-color: #F1008C;
}
</style>
border-color css
<style>
span { border-color: #F1008C; }
span { border-color: rgb(241,0,140); }
td.TdClassName
{
border-color: #F1008C;
}
.TagClassName
{
border-color: #F1008C;
}
</style>