Shades of Hollywood Cerise #F107B0
Tints of Hollywood Cerise #F107B0
RGB
CMYK
RGB Variations
Color information
#F107B0 (or 0xF107B0) is known color: Hollywood Cerise. HEX triplet: F1, 07 and B0. RGB value is (241,7,176). Sum of RGB (Red+Green+Blue) = 241+7+176=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F107B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F107B0 is #0EF84F. Grayscale: #5F5F5F. Windows color (decimal): -981072 or 11536369. OLE color: 11536369.
HSL color Cylindrical-coordinate representation of color #F107B0: hue angle of 316.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F107B0 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 176 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.05 |
| HSL | 316.67º | 0.94% | 0.49% | - |
| HSV(B) | 316.67º | 0.97% | 0.95% | - |
| XYZ | 44.19 | 21.99 | 42.99 | - |
| YUV | 96.23 | 173.02 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 176 | 0 | 0.97 | 0.27 | 0.05 | 316.67 | 0.94 | 0.49 |
| Hex | F1 | 7 | B0 | 0 | 61 | 1B | 5 | 13D | 5E | 31 |
| Octal | 361 | 7 | 260 | 0 | 141 | 33 | 5 | 475 | 136 | 61 |
| Binary | 11110001 | 111 | 10110000 | 0 | 1100001 | 11011 | 101 | 100111101 | 1011110 | 110001 |
Color Harmonies of #F107B0
Complementary color
Monochromatic Colors of #F107B0
Black with #F107B0
Text Example
Text Example
White with #F107B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F107B0; }
p { color: rgb(241,7,176); }
H1.HeaderClassName
{
color: #F107B0;
}
.AnyTagClassName
{
color: #F107B0;
}
</style>
background-color css
<style>
a { background-color: #F107B0; }
a { background-color: rgb(241,7,176); }
div.DivClassName
{
background-color: #F107B0;
}
.BgClassName
{
background-color: #F107B0;
}
</style>
border-color css
<style>
span { border-color: #F107B0; }
span { border-color: rgb(241,7,176); }
td.TdClassName
{
border-color: #F107B0;
}
.TagClassName
{
border-color: #F107B0;
}
</style>