Shades of Pale Magenta #FD66E0
Tints of Pale Magenta #FD66E0
RGB
CMYK
RGB Variations
Color information
#FD66E0 (or 0xFD66E0) is known color: Pale Magenta. HEX triplet: FD, 66 and E0. RGB value is (253,102,224). Sum of RGB (Red+Green+Blue) = 253+102+224=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD66E0 is #02991F. Grayscale: #A0A0A0. Windows color (decimal): -170272 or 14706429. OLE color: 14706429.
HSL color Cylindrical-coordinate representation of color #FD66E0: hue angle of 311.52º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD66E0 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 224 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.01 |
| HSL | 311.52º | 0.97% | 0.7% | - |
| HSV(B) | 311.52º | 0.6% | 0.99% | - |
| XYZ | 58.71 | 35.77 | 74.33 | - |
| YUV | 161.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 224 | 0 | 0.60 | 0.11 | 0.01 | 311.52 | 0.97 | 0.7 |
| Hex | FD | 66 | E0 | 0 | 3C | B | 1 | 138 | 61 | 46 |
| Octal | 375 | 146 | 340 | 0 | 74 | 13 | 1 | 470 | 141 | 106 |
| Binary | 11111101 | 1100110 | 11100000 | 0 | 111100 | 1011 | 1 | 100111000 | 1100001 | 1000110 |
Color Harmonies of #FD66E0
Complementary color
Monochromatic Colors of #FD66E0
Black with #FD66E0
Text Example
Text Example
White with #FD66E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD66E0; }
p { color: rgb(253,102,224); }
H1.HeaderClassName
{
color: #FD66E0;
}
.AnyTagClassName
{
color: #FD66E0;
}
</style>
background-color css
<style>
a { background-color: #FD66E0; }
a { background-color: rgb(253,102,224); }
div.DivClassName
{
background-color: #FD66E0;
}
.BgClassName
{
background-color: #FD66E0;
}
</style>
border-color css
<style>
span { border-color: #FD66E0; }
span { border-color: rgb(253,102,224); }
td.TdClassName
{
border-color: #FD66E0;
}
.TagClassName
{
border-color: #FD66E0;
}
</style>