Shades of Hollywood Cerise #FD07A1
Tints of Hollywood Cerise #FD07A1
RGB
CMYK
RGB Variations
Color information
#FD07A1 (or 0xFD07A1) is known color: Hollywood Cerise. HEX triplet: FD, 07 and A1. RGB value is (253,7,161). Sum of RGB (Red+Green+Blue) = 253+7+161=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD07A1 is #02F85E. Grayscale: #616161. Windows color (decimal): -194655 or 10553341. OLE color: 10553341.
HSL color Cylindrical-coordinate representation of color #FD07A1: hue angle of 322.44º 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 #FD07A1 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 161 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.01 |
| HSL | 322.44º | 0.98% | 0.51% | - |
| HSV(B) | 322.44º | 0.97% | 0.99% | - |
| XYZ | 47.02 | 23.61 | 35.8 | - |
| YUV | 98.11 | 163.5 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 161 | 0 | 0.97 | 0.36 | 0.01 | 322.44 | 0.98 | 0.51 |
| Hex | FD | 7 | A1 | 0 | 61 | 24 | 1 | 142 | 62 | 33 |
| Octal | 375 | 7 | 241 | 0 | 141 | 44 | 1 | 502 | 142 | 63 |
| Binary | 11111101 | 111 | 10100001 | 0 | 1100001 | 100100 | 1 | 101000010 | 1100010 | 110011 |
Color Harmonies of #FD07A1
Complementary color
Monochromatic Colors of #FD07A1
Black with #FD07A1
Text Example
Text Example
White with #FD07A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD07A1; }
p { color: rgb(253,7,161); }
H1.HeaderClassName
{
color: #FD07A1;
}
.AnyTagClassName
{
color: #FD07A1;
}
</style>
background-color css
<style>
a { background-color: #FD07A1; }
a { background-color: rgb(253,7,161); }
div.DivClassName
{
background-color: #FD07A1;
}
.BgClassName
{
background-color: #FD07A1;
}
</style>
border-color css
<style>
span { border-color: #FD07A1; }
span { border-color: rgb(253,7,161); }
td.TdClassName
{
border-color: #FD07A1;
}
.TagClassName
{
border-color: #FD07A1;
}
</style>