Shades of Hollywood Cerise #F102B2
Tints of Hollywood Cerise #F102B2
RGB
CMYK
RGB Variations
Color information
#F102B2 (or 0xF102B2) is known color: Hollywood Cerise. HEX triplet: F1, 02 and B2. RGB value is (241,2,178). Sum of RGB (Red+Green+Blue) = 241+2+178=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F102B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F102B2 is #0EFD4D. Grayscale: #5D5D5D. Windows color (decimal): -982350 or 11666161. OLE color: 11666161.
HSL color Cylindrical-coordinate representation of color #F102B2: hue angle of 315.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F102B2 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.05 |
| HSL | 315.82º | 0.98% | 0.48% | - |
| HSV(B) | 315.82º | 0.99% | 0.95% | - |
| XYZ | 44.33 | 21.96 | 44.02 | - |
| YUV | 93.53 | 175.68 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 178 | 0 | 0.99 | 0.26 | 0.05 | 315.82 | 0.98 | 0.48 |
| Hex | F1 | 2 | B2 | 0 | 63 | 1A | 5 | 13C | 62 | 30 |
| Octal | 361 | 2 | 262 | 0 | 143 | 32 | 5 | 474 | 142 | 60 |
| Binary | 11110001 | 10 | 10110010 | 0 | 1100011 | 11010 | 101 | 100111100 | 1100010 | 110000 |
Color Harmonies of #F102B2
Complementary color
Monochromatic Colors of #F102B2
Black with #F102B2
Text Example
Text Example
White with #F102B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F102B2; }
p { color: rgb(241,2,178); }
H1.HeaderClassName
{
color: #F102B2;
}
.AnyTagClassName
{
color: #F102B2;
}
</style>
background-color css
<style>
a { background-color: #F102B2; }
a { background-color: rgb(241,2,178); }
div.DivClassName
{
background-color: #F102B2;
}
.BgClassName
{
background-color: #F102B2;
}
</style>
border-color css
<style>
span { border-color: #F102B2; }
span { border-color: rgb(241,2,178); }
td.TdClassName
{
border-color: #F102B2;
}
.TagClassName
{
border-color: #F102B2;
}
</style>