Shades of Hollywood Cerise #F100AA
Tints of Hollywood Cerise #F100AA
RGB
CMYK
RGB Variations
Color information
#F100AA (or 0xF100AA) is known color: Hollywood Cerise. HEX triplet: F1, 00 and AA. RGB value is (241,0,170). Sum of RGB (Red+Green+Blue) = 241+0+170=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F100AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F100AA is #0EFF55. Grayscale: #5B5B5B. Windows color (decimal): -982870 or 11141361. OLE color: 11141361.
HSL color Cylindrical-coordinate representation of color #F100AA: hue angle of 317.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 #F100AA is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.29 | 0.05 |
| HSL | 317.68º | 1% | 0.47% | - |
| HSV(B) | 317.68º | 1% | 0.95% | - |
| XYZ | 43.53 | 21.6 | 39.91 | - |
| YUV | 91.44 | 172.34 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 170 | 0 | 1 | 0.29 | 0.05 | 317.68 | 1 | 0.47 |
| Hex | F1 | 0 | AA | 0 | 64 | 1D | 5 | 13E | 64 | 2F |
| Octal | 361 | 0 | 252 | 0 | 144 | 35 | 5 | 476 | 144 | 57 |
| Binary | 11110001 | 0 | 10101010 | 0 | 1100100 | 11101 | 101 | 100111110 | 1100100 | 101111 |
Color Harmonies of #F100AA
Complementary color
Monochromatic Colors of #F100AA
Black with #F100AA
Text Example
Text Example
White with #F100AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100AA; }
p { color: rgb(241,0,170); }
H1.HeaderClassName
{
color: #F100AA;
}
.AnyTagClassName
{
color: #F100AA;
}
</style>
background-color css
<style>
a { background-color: #F100AA; }
a { background-color: rgb(241,0,170); }
div.DivClassName
{
background-color: #F100AA;
}
.BgClassName
{
background-color: #F100AA;
}
</style>
border-color css
<style>
span { border-color: #F100AA; }
span { border-color: rgb(241,0,170); }
td.TdClassName
{
border-color: #F100AA;
}
.TagClassName
{
border-color: #F100AA;
}
</style>