Shades of Hollywood Cerise #FD0699
Tints of Hollywood Cerise #FD0699
RGB
CMYK
RGB Variations
Color information
#FD0699 (or 0xFD0699) is known color: Hollywood Cerise. HEX triplet: FD, 06 and 99. RGB value is (253,6,153). Sum of RGB (Red+Green+Blue) = 253+6+153=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0699 is #02F966. Grayscale: #606060. Windows color (decimal): -194919 or 10028797. OLE color: 10028797.
HSL color Cylindrical-coordinate representation of color #FD0699: hue angle of 324.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0699 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.01 |
| HSL | 324.29º | 0.98% | 0.51% | - |
| HSV(B) | 324.29º | 0.98% | 0.99% | - |
| XYZ | 46.32 | 23.31 | 32.2 | - |
| YUV | 96.61 | 159.83 | 239.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 153 | 0 | 0.98 | 0.40 | 0.01 | 324.29 | 0.98 | 0.51 |
| Hex | FD | 6 | 99 | 0 | 62 | 28 | 1 | 144 | 62 | 33 |
| Octal | 375 | 6 | 231 | 0 | 142 | 50 | 1 | 504 | 142 | 63 |
| Binary | 11111101 | 110 | 10011001 | 0 | 1100010 | 101000 | 1 | 101000100 | 1100010 | 110011 |
Color Harmonies of #FD0699
Complementary color
Monochromatic Colors of #FD0699
Black with #FD0699
Text Example
Text Example
White with #FD0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0699; }
p { color: rgb(253,6,153); }
H1.HeaderClassName
{
color: #FD0699;
}
.AnyTagClassName
{
color: #FD0699;
}
</style>
background-color css
<style>
a { background-color: #FD0699; }
a { background-color: rgb(253,6,153); }
div.DivClassName
{
background-color: #FD0699;
}
.BgClassName
{
background-color: #FD0699;
}
</style>
border-color css
<style>
span { border-color: #FD0699; }
span { border-color: rgb(253,6,153); }
td.TdClassName
{
border-color: #FD0699;
}
.TagClassName
{
border-color: #FD0699;
}
</style>