Shades of Pale Magenta #FD68E1
Tints of Pale Magenta #FD68E1
RGB
CMYK
RGB Variations
Color information
#FD68E1 (or 0xFD68E1) is known color: Pale Magenta. HEX triplet: FD, 68 and E1. RGB value is (253,104,225). Sum of RGB (Red+Green+Blue) = 253+104+225=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68E1 is #02971E. Grayscale: #A2A2A2. Windows color (decimal): -169759 or 14772477. OLE color: 14772477.
HSL color Cylindrical-coordinate representation of color #FD68E1: hue angle of 311.28º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD68E1 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 225 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.01 |
| HSL | 311.28º | 0.97% | 0.7% | - |
| HSV(B) | 311.28º | 0.59% | 0.99% | - |
| XYZ | 59.05 | 36.22 | 75.11 | - |
| YUV | 162.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 225 | 0 | 0.59 | 0.11 | 0.01 | 311.28 | 0.97 | 0.7 |
| Hex | FD | 68 | E1 | 0 | 3B | B | 1 | 137 | 61 | 46 |
| Octal | 375 | 150 | 341 | 0 | 73 | 13 | 1 | 467 | 141 | 106 |
| Binary | 11111101 | 1101000 | 11100001 | 0 | 111011 | 1011 | 1 | 100110111 | 1100001 | 1000110 |
Color Harmonies of #FD68E1
Complementary color
Monochromatic Colors of #FD68E1
Black with #FD68E1
Text Example
Text Example
White with #FD68E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68E1; }
p { color: rgb(253,104,225); }
H1.HeaderClassName
{
color: #FD68E1;
}
.AnyTagClassName
{
color: #FD68E1;
}
</style>
background-color css
<style>
a { background-color: #FD68E1; }
a { background-color: rgb(253,104,225); }
div.DivClassName
{
background-color: #FD68E1;
}
.BgClassName
{
background-color: #FD68E1;
}
</style>
border-color css
<style>
span { border-color: #FD68E1; }
span { border-color: rgb(253,104,225); }
td.TdClassName
{
border-color: #FD68E1;
}
.TagClassName
{
border-color: #FD68E1;
}
</style>