Shades of Hollywood Cerise #F900AD
Tints of Hollywood Cerise #F900AD
RGB
CMYK
RGB Variations
Color information
#F900AD (or 0xF900AD) is known color: Hollywood Cerise. HEX triplet: F9, 00 and AD. RGB value is (249,0,173). Sum of RGB (Red+Green+Blue) = 249+0+173=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F900AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F900AD is #06FF52. Grayscale: #5D5D5D. Windows color (decimal): -458579 or 11337977. OLE color: 11337977.
HSL color Cylindrical-coordinate representation of color #F900AD: hue angle of 318.31º 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 #F900AD is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.31 | 0.02 |
| HSL | 318.31º | 1% | 0.49% | - |
| HSV(B) | 318.31º | 1% | 0.98% | - |
| XYZ | 46.61 | 23.16 | 41.55 | - |
| YUV | 94.17 | 172.49 | 238.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 173 | 0 | 1 | 0.31 | 0.02 | 318.31 | 1 | 0.49 |
| Hex | F9 | 0 | AD | 0 | 64 | 1F | 2 | 13E | 64 | 31 |
| Octal | 371 | 0 | 255 | 0 | 144 | 37 | 2 | 476 | 144 | 61 |
| Binary | 11111001 | 0 | 10101101 | 0 | 1100100 | 11111 | 10 | 100111110 | 1100100 | 110001 |
Color Harmonies of #F900AD
Complementary color
Monochromatic Colors of #F900AD
Black with #F900AD
Text Example
Text Example
White with #F900AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900AD; }
p { color: rgb(249,0,173); }
H1.HeaderClassName
{
color: #F900AD;
}
.AnyTagClassName
{
color: #F900AD;
}
</style>
background-color css
<style>
a { background-color: #F900AD; }
a { background-color: rgb(249,0,173); }
div.DivClassName
{
background-color: #F900AD;
}
.BgClassName
{
background-color: #F900AD;
}
</style>
border-color css
<style>
span { border-color: #F900AD; }
span { border-color: rgb(249,0,173); }
td.TdClassName
{
border-color: #F900AD;
}
.TagClassName
{
border-color: #F900AD;
}
</style>