Shades of Hollywood Cerise #F106A8
Tints of Hollywood Cerise #F106A8
RGB
CMYK
RGB Variations
Color information
#F106A8 (or 0xF106A8) is known color: Hollywood Cerise. HEX triplet: F1, 06 and A8. RGB value is (241,6,168). Sum of RGB (Red+Green+Blue) = 241+6+168=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F106A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F106A8 is #0EF957. Grayscale: #5E5E5E. Windows color (decimal): -981336 or 11011825. OLE color: 11011825.
HSL color Cylindrical-coordinate representation of color #F106A8: hue angle of 318.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F106A8 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 168 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.05 |
| HSL | 318.64º | 0.95% | 0.48% | - |
| HSV(B) | 318.64º | 0.98% | 0.95% | - |
| XYZ | 43.41 | 21.66 | 38.94 | - |
| YUV | 94.73 | 169.36 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 168 | 0 | 0.98 | 0.30 | 0.05 | 318.64 | 0.95 | 0.48 |
| Hex | F1 | 6 | A8 | 0 | 62 | 1E | 5 | 13F | 5F | 30 |
| Octal | 361 | 6 | 250 | 0 | 142 | 36 | 5 | 477 | 137 | 60 |
| Binary | 11110001 | 110 | 10101000 | 0 | 1100010 | 11110 | 101 | 100111111 | 1011111 | 110000 |
Color Harmonies of #F106A8
Complementary color
Monochromatic Colors of #F106A8
Black with #F106A8
Text Example
Text Example
White with #F106A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F106A8; }
p { color: rgb(241,6,168); }
H1.HeaderClassName
{
color: #F106A8;
}
.AnyTagClassName
{
color: #F106A8;
}
</style>
background-color css
<style>
a { background-color: #F106A8; }
a { background-color: rgb(241,6,168); }
div.DivClassName
{
background-color: #F106A8;
}
.BgClassName
{
background-color: #F106A8;
}
</style>
border-color css
<style>
span { border-color: #F106A8; }
span { border-color: rgb(241,6,168); }
td.TdClassName
{
border-color: #F106A8;
}
.TagClassName
{
border-color: #F106A8;
}
</style>