Shades of Hollywood Cerise #F105A8
Tints of Hollywood Cerise #F105A8
RGB
CMYK
RGB Variations
Color information
#F105A8 (or 0xF105A8) is known color: Hollywood Cerise. HEX triplet: F1, 05 and A8. RGB value is (241,5,168). Sum of RGB (Red+Green+Blue) = 241+5+168=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F105A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F105A8 is #0EFA57. Grayscale: #5D5D5D. Windows color (decimal): -981592 or 11011569. OLE color: 11011569.
HSL color Cylindrical-coordinate representation of color #F105A8: hue angle of 318.56º degrees, saturation: 0.96, 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 #F105A8 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 168 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.05 |
| HSL | 318.56º | 0.96% | 0.48% | - |
| HSV(B) | 318.56º | 0.98% | 0.95% | - |
| XYZ | 43.4 | 21.64 | 38.93 | - |
| YUV | 94.15 | 169.69 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 168 | 0 | 0.98 | 0.30 | 0.05 | 318.56 | 0.96 | 0.48 |
| Hex | F1 | 5 | A8 | 0 | 62 | 1E | 5 | 13F | 60 | 30 |
| Octal | 361 | 5 | 250 | 0 | 142 | 36 | 5 | 477 | 140 | 60 |
| Binary | 11110001 | 101 | 10101000 | 0 | 1100010 | 11110 | 101 | 100111111 | 1100000 | 110000 |
Color Harmonies of #F105A8
Complementary color
Monochromatic Colors of #F105A8
Black with #F105A8
Text Example
Text Example
White with #F105A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F105A8; }
p { color: rgb(241,5,168); }
H1.HeaderClassName
{
color: #F105A8;
}
.AnyTagClassName
{
color: #F105A8;
}
</style>
background-color css
<style>
a { background-color: #F105A8; }
a { background-color: rgb(241,5,168); }
div.DivClassName
{
background-color: #F105A8;
}
.BgClassName
{
background-color: #F105A8;
}
</style>
border-color css
<style>
span { border-color: #F105A8; }
span { border-color: rgb(241,5,168); }
td.TdClassName
{
border-color: #F105A8;
}
.TagClassName
{
border-color: #F105A8;
}
</style>