Shades of Hollywood Cerise #FD07AD
Tints of Hollywood Cerise #FD07AD
RGB
CMYK
RGB Variations
Color information
#FD07AD (or 0xFD07AD) is known color: Hollywood Cerise. HEX triplet: FD, 07 and AD. RGB value is (253,7,173). Sum of RGB (Red+Green+Blue) = 253+7+173=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD07AD is #02F852. Grayscale: #636363. Windows color (decimal): -194643 or 11339773. OLE color: 11339773.
HSL color Cylindrical-coordinate representation of color #FD07AD: hue angle of 319.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD07AD is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.01 |
| HSL | 319.51º | 0.98% | 0.51% | - |
| HSV(B) | 319.51º | 0.97% | 0.99% | - |
| XYZ | 48.13 | 24.05 | 41.64 | - |
| YUV | 99.48 | 169.5 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 173 | 0 | 0.97 | 0.32 | 0.01 | 319.51 | 0.98 | 0.51 |
| Hex | FD | 7 | AD | 0 | 61 | 20 | 1 | 140 | 62 | 33 |
| Octal | 375 | 7 | 255 | 0 | 141 | 40 | 1 | 500 | 142 | 63 |
| Binary | 11111101 | 111 | 10101101 | 0 | 1100001 | 100000 | 1 | 101000000 | 1100010 | 110011 |
Color Harmonies of #FD07AD
Complementary color
Monochromatic Colors of #FD07AD
Black with #FD07AD
Text Example
Text Example
White with #FD07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD07AD; }
p { color: rgb(253,7,173); }
H1.HeaderClassName
{
color: #FD07AD;
}
.AnyTagClassName
{
color: #FD07AD;
}
</style>
background-color css
<style>
a { background-color: #FD07AD; }
a { background-color: rgb(253,7,173); }
div.DivClassName
{
background-color: #FD07AD;
}
.BgClassName
{
background-color: #FD07AD;
}
</style>
border-color css
<style>
span { border-color: #FD07AD; }
span { border-color: rgb(253,7,173); }
td.TdClassName
{
border-color: #FD07AD;
}
.TagClassName
{
border-color: #FD07AD;
}
</style>