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