Shades of Hollywood Cerise #F10C9C
Tints of Hollywood Cerise #F10C9C
RGB
CMYK
RGB Variations
Color information
#F10C9C (or 0xF10C9C) is known color: Hollywood Cerise. HEX triplet: F1, 0C and 9C. RGB value is (241,12,156). Sum of RGB (Red+Green+Blue) = 241+12+156=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10C9C is #0EF363. Grayscale: #606060. Windows color (decimal): -979812 or 10226929. OLE color: 10226929.
HSL color Cylindrical-coordinate representation of color #F10C9C: hue angle of 322.27º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10C9C is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 156 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.05 |
| HSL | 322.27º | 0.91% | 0.5% | - |
| HSV(B) | 322.27º | 0.95% | 0.95% | - |
| XYZ | 42.41 | 21.36 | 33.34 | - |
| YUV | 96.89 | 161.37 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 156 | 0 | 0.95 | 0.35 | 0.05 | 322.27 | 0.91 | 0.5 |
| Hex | F1 | C | 9C | 0 | 5F | 23 | 5 | 142 | 5B | 32 |
| Octal | 361 | 14 | 234 | 0 | 137 | 43 | 5 | 502 | 133 | 62 |
| Binary | 11110001 | 1100 | 10011100 | 0 | 1011111 | 100011 | 101 | 101000010 | 1011011 | 110010 |
Color Harmonies of #F10C9C
Complementary color
Monochromatic Colors of #F10C9C
Black with #F10C9C
Text Example
Text Example
White with #F10C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10C9C; }
p { color: rgb(241,12,156); }
H1.HeaderClassName
{
color: #F10C9C;
}
.AnyTagClassName
{
color: #F10C9C;
}
</style>
background-color css
<style>
a { background-color: #F10C9C; }
a { background-color: rgb(241,12,156); }
div.DivClassName
{
background-color: #F10C9C;
}
.BgClassName
{
background-color: #F10C9C;
}
</style>
border-color css
<style>
span { border-color: #F10C9C; }
span { border-color: rgb(241,12,156); }
td.TdClassName
{
border-color: #F10C9C;
}
.TagClassName
{
border-color: #F10C9C;
}
</style>