Shades of Hollywood Cerise #F100B0
Tints of Hollywood Cerise #F100B0
RGB
CMYK
RGB Variations
Color information
#F100B0 (or 0xF100B0) is known color: Hollywood Cerise. HEX triplet: F1, 00 and B0. RGB value is (241,0,176). Sum of RGB (Red+Green+Blue) = 241+0+176=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F100B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F100B0 is #0EFF4F. Grayscale: #5B5B5B. Windows color (decimal): -982864 or 11534577. OLE color: 11534577.
HSL color Cylindrical-coordinate representation of color #F100B0: hue angle of 316.18º 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 #F100B0 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 176 | - |
| CMYK | 0 | 1 | 0.27 | 0.05 |
| HSL | 316.18º | 1% | 0.47% | - |
| HSV(B) | 316.18º | 1% | 0.95% | - |
| XYZ | 44.11 | 21.84 | 42.96 | - |
| YUV | 92.12 | 175.34 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 176 | 0 | 1 | 0.27 | 0.05 | 316.18 | 1 | 0.47 |
| Hex | F1 | 0 | B0 | 0 | 64 | 1B | 5 | 13C | 64 | 2F |
| Octal | 361 | 0 | 260 | 0 | 144 | 33 | 5 | 474 | 144 | 57 |
| Binary | 11110001 | 0 | 10110000 | 0 | 1100100 | 11011 | 101 | 100111100 | 1100100 | 101111 |
Color Harmonies of #F100B0
Complementary color
Monochromatic Colors of #F100B0
Black with #F100B0
Text Example
Text Example
White with #F100B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100B0; }
p { color: rgb(241,0,176); }
H1.HeaderClassName
{
color: #F100B0;
}
.AnyTagClassName
{
color: #F100B0;
}
</style>
background-color css
<style>
a { background-color: #F100B0; }
a { background-color: rgb(241,0,176); }
div.DivClassName
{
background-color: #F100B0;
}
.BgClassName
{
background-color: #F100B0;
}
</style>
border-color css
<style>
span { border-color: #F100B0; }
span { border-color: rgb(241,0,176); }
td.TdClassName
{
border-color: #F100B0;
}
.TagClassName
{
border-color: #F100B0;
}
</style>