Shades of Hollywood Cerise #F100B2
Tints of Hollywood Cerise #F100B2
RGB
CMYK
RGB Variations
Color information
#F100B2 (or 0xF100B2) is known color: Hollywood Cerise. HEX triplet: F1, 00 and B2. RGB value is (241,0,178). Sum of RGB (Red+Green+Blue) = 241+0+178=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F100B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F100B2 is #0EFF4D. Grayscale: #5B5B5B. Windows color (decimal): -982862 or 11665649. OLE color: 11665649.
HSL color Cylindrical-coordinate representation of color #F100B2: hue angle of 315.68º 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 #F100B2 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.26 | 0.05 |
| HSL | 315.68º | 1% | 0.47% | - |
| HSV(B) | 315.68º | 1% | 0.95% | - |
| XYZ | 44.31 | 21.92 | 44.01 | - |
| YUV | 92.35 | 176.34 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 178 | 0 | 1 | 0.26 | 0.05 | 315.68 | 1 | 0.47 |
| Hex | F1 | 0 | B2 | 0 | 64 | 1A | 5 | 13C | 64 | 2F |
| Octal | 361 | 0 | 262 | 0 | 144 | 32 | 5 | 474 | 144 | 57 |
| Binary | 11110001 | 0 | 10110010 | 0 | 1100100 | 11010 | 101 | 100111100 | 1100100 | 101111 |
Color Harmonies of #F100B2
Complementary color
Monochromatic Colors of #F100B2
Black with #F100B2
Text Example
Text Example
White with #F100B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100B2; }
p { color: rgb(241,0,178); }
H1.HeaderClassName
{
color: #F100B2;
}
.AnyTagClassName
{
color: #F100B2;
}
</style>
background-color css
<style>
a { background-color: #F100B2; }
a { background-color: rgb(241,0,178); }
div.DivClassName
{
background-color: #F100B2;
}
.BgClassName
{
background-color: #F100B2;
}
</style>
border-color css
<style>
span { border-color: #F100B2; }
span { border-color: rgb(241,0,178); }
td.TdClassName
{
border-color: #F100B2;
}
.TagClassName
{
border-color: #F100B2;
}
</style>