Shades of Hollywood Cerise #F901AD
Tints of Hollywood Cerise #F901AD
RGB
CMYK
RGB Variations
Color information
#F901AD (or 0xF901AD) is known color: Hollywood Cerise. HEX triplet: F9, 01 and AD. RGB value is (249,1,173). Sum of RGB (Red+Green+Blue) = 249+1+173=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F901AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F901AD is #06FE52. Grayscale: #5E5E5E. Windows color (decimal): -458323 or 11338233. OLE color: 11338233.
HSL color Cylindrical-coordinate representation of color #F901AD: hue angle of 318.39º 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 #F901AD is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.02 |
| HSL | 318.39º | 0.99% | 0.49% | - |
| HSV(B) | 318.39º | 1% | 0.98% | - |
| XYZ | 46.62 | 23.18 | 41.55 | - |
| YUV | 94.76 | 172.16 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 173 | 0 | 1.00 | 0.31 | 0.02 | 318.39 | 0.99 | 0.49 |
| Hex | F9 | 1 | AD | 0 | 64 | 1F | 2 | 13E | 63 | 31 |
| Octal | 371 | 1 | 255 | 0 | 144 | 37 | 2 | 476 | 143 | 61 |
| Binary | 11111001 | 1 | 10101101 | 0 | 1100100 | 11111 | 10 | 100111110 | 1100011 | 110001 |
Color Harmonies of #F901AD
Complementary color
Monochromatic Colors of #F901AD
Black with #F901AD
Text Example
Text Example
White with #F901AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901AD; }
p { color: rgb(249,1,173); }
H1.HeaderClassName
{
color: #F901AD;
}
.AnyTagClassName
{
color: #F901AD;
}
</style>
background-color css
<style>
a { background-color: #F901AD; }
a { background-color: rgb(249,1,173); }
div.DivClassName
{
background-color: #F901AD;
}
.BgClassName
{
background-color: #F901AD;
}
</style>
border-color css
<style>
span { border-color: #F901AD; }
span { border-color: rgb(249,1,173); }
td.TdClassName
{
border-color: #F901AD;
}
.TagClassName
{
border-color: #F901AD;
}
</style>