Shades of Hollywood Cerise #FD00A3
Tints of Hollywood Cerise #FD00A3
RGB
CMYK
RGB Variations
Color information
#FD00A3 (or 0xFD00A3) is known color: Hollywood Cerise. HEX triplet: FD, 00 and A3. RGB value is (253,0,163). Sum of RGB (Red+Green+Blue) = 253+0+163=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD00A3 is #02FF5C. Grayscale: #5D5D5D. Windows color (decimal): -196445 or 10682621. OLE color: 10682621.
HSL color Cylindrical-coordinate representation of color #FD00A3: hue angle of 321.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00A3 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.36 | 0.01 |
| HSL | 321.34º | 1% | 0.5% | - |
| HSV(B) | 321.34º | 1% | 0.99% | - |
| XYZ | 47.12 | 23.53 | 36.71 | - |
| YUV | 94.23 | 166.82 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 163 | 0 | 1 | 0.36 | 0.01 | 321.34 | 1 | 0.5 |
| Hex | FD | 0 | A3 | 0 | 64 | 24 | 1 | 141 | 64 | 32 |
| Octal | 375 | 0 | 243 | 0 | 144 | 44 | 1 | 501 | 144 | 62 |
| Binary | 11111101 | 0 | 10100011 | 0 | 1100100 | 100100 | 1 | 101000001 | 1100100 | 110010 |
Color Harmonies of #FD00A3
Complementary color
Monochromatic Colors of #FD00A3
Black with #FD00A3
Text Example
Text Example
White with #FD00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00A3; }
p { color: rgb(253,0,163); }
H1.HeaderClassName
{
color: #FD00A3;
}
.AnyTagClassName
{
color: #FD00A3;
}
</style>
background-color css
<style>
a { background-color: #FD00A3; }
a { background-color: rgb(253,0,163); }
div.DivClassName
{
background-color: #FD00A3;
}
.BgClassName
{
background-color: #FD00A3;
}
</style>
border-color css
<style>
span { border-color: #FD00A3; }
span { border-color: rgb(253,0,163); }
td.TdClassName
{
border-color: #FD00A3;
}
.TagClassName
{
border-color: #FD00A3;
}
</style>