Shades of Hollywood Cerise #F901AB
Tints of Hollywood Cerise #F901AB
RGB
CMYK
RGB Variations
Color information
#F901AB (or 0xF901AB) is known color: Hollywood Cerise. HEX triplet: F9, 01 and AB. RGB value is (249,1,171). Sum of RGB (Red+Green+Blue) = 249+1+171=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F901AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F901AB is #06FE54. Grayscale: #5E5E5E. Windows color (decimal): -458325 or 11207161. OLE color: 11207161.
HSL color Cylindrical-coordinate representation of color #F901AB: hue angle of 318.87º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901AB is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.02 |
| HSL | 318.87º | 0.99% | 0.49% | - |
| HSV(B) | 318.87º | 1% | 0.98% | - |
| XYZ | 46.43 | 23.1 | 40.54 | - |
| YUV | 94.53 | 171.16 | 238.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 171 | 0 | 1.00 | 0.31 | 0.02 | 318.87 | 0.99 | 0.49 |
| Hex | F9 | 1 | AB | 0 | 64 | 1F | 2 | 13F | 63 | 31 |
| Octal | 371 | 1 | 253 | 0 | 144 | 37 | 2 | 477 | 143 | 61 |
| Binary | 11111001 | 1 | 10101011 | 0 | 1100100 | 11111 | 10 | 100111111 | 1100011 | 110001 |
Color Harmonies of #F901AB
Complementary color
Monochromatic Colors of #F901AB
Black with #F901AB
Text Example
Text Example
White with #F901AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901AB; }
p { color: rgb(249,1,171); }
H1.HeaderClassName
{
color: #F901AB;
}
.AnyTagClassName
{
color: #F901AB;
}
</style>
background-color css
<style>
a { background-color: #F901AB; }
a { background-color: rgb(249,1,171); }
div.DivClassName
{
background-color: #F901AB;
}
.BgClassName
{
background-color: #F901AB;
}
</style>
border-color css
<style>
span { border-color: #F901AB; }
span { border-color: rgb(249,1,171); }
td.TdClassName
{
border-color: #F901AB;
}
.TagClassName
{
border-color: #F901AB;
}
</style>