Shades of Hollywood Cerise #F100AB
Tints of Hollywood Cerise #F100AB
RGB
CMYK
RGB Variations
Color information
#F100AB (or 0xF100AB) is known color: Hollywood Cerise. HEX triplet: F1, 00 and AB. RGB value is (241,0,171). Sum of RGB (Red+Green+Blue) = 241+0+171=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F100AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F100AB is #0EFF54. Grayscale: #5B5B5B. Windows color (decimal): -982869 or 11206897. OLE color: 11206897.
HSL color Cylindrical-coordinate representation of color #F100AB: hue angle of 317.43º 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 #F100AB is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.29 | 0.05 |
| HSL | 317.43º | 1% | 0.47% | - |
| HSV(B) | 317.43º | 1% | 0.95% | - |
| XYZ | 43.63 | 21.64 | 40.41 | - |
| YUV | 91.55 | 172.84 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 171 | 0 | 1 | 0.29 | 0.05 | 317.43 | 1 | 0.47 |
| Hex | F1 | 0 | AB | 0 | 64 | 1D | 5 | 13D | 64 | 2F |
| Octal | 361 | 0 | 253 | 0 | 144 | 35 | 5 | 475 | 144 | 57 |
| Binary | 11110001 | 0 | 10101011 | 0 | 1100100 | 11101 | 101 | 100111101 | 1100100 | 101111 |
Color Harmonies of #F100AB
Complementary color
Monochromatic Colors of #F100AB
Black with #F100AB
Text Example
Text Example
White with #F100AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100AB; }
p { color: rgb(241,0,171); }
H1.HeaderClassName
{
color: #F100AB;
}
.AnyTagClassName
{
color: #F100AB;
}
</style>
background-color css
<style>
a { background-color: #F100AB; }
a { background-color: rgb(241,0,171); }
div.DivClassName
{
background-color: #F100AB;
}
.BgClassName
{
background-color: #F100AB;
}
</style>
border-color css
<style>
span { border-color: #F100AB; }
span { border-color: rgb(241,0,171); }
td.TdClassName
{
border-color: #F100AB;
}
.TagClassName
{
border-color: #F100AB;
}
</style>