Shades of Pale Magenta #FD7CEF
Tints of Pale Magenta #FD7CEF
RGB
CMYK
RGB Variations
Color information
#FD7CEF (or 0xFD7CEF) is known color: Pale Magenta. HEX triplet: FD, 7C and EF. RGB value is (253,124,239). Sum of RGB (Red+Green+Blue) = 253+124+239=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CEF is #028310. Grayscale: #AFAFAF. Windows color (decimal): -164625 or 15695101. OLE color: 15695101.
HSL color Cylindrical-coordinate representation of color #FD7CEF: hue angle of 306.51º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7CEF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 239 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.01 |
| HSL | 306.51º | 0.97% | 0.74% | - |
| HSV(B) | 306.51º | 0.51% | 0.99% | - |
| XYZ | 63.3 | 41.53 | 86.34 | - |
| YUV | 175.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 239 | 0 | 0.51 | 0.06 | 0.01 | 306.51 | 0.97 | 0.74 |
| Hex | FD | 7C | EF | 0 | 33 | 6 | 1 | 133 | 61 | 4A |
| Octal | 375 | 174 | 357 | 0 | 63 | 6 | 1 | 463 | 141 | 112 |
| Binary | 11111101 | 1111100 | 11101111 | 0 | 110011 | 110 | 1 | 100110011 | 1100001 | 1001010 |
Color Harmonies of #FD7CEF
Complementary color
Monochromatic Colors of #FD7CEF
Black with #FD7CEF
Text Example
Text Example
White with #FD7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7CEF; }
p { color: rgb(253,124,239); }
H1.HeaderClassName
{
color: #FD7CEF;
}
.AnyTagClassName
{
color: #FD7CEF;
}
</style>
background-color css
<style>
a { background-color: #FD7CEF; }
a { background-color: rgb(253,124,239); }
div.DivClassName
{
background-color: #FD7CEF;
}
.BgClassName
{
background-color: #FD7CEF;
}
</style>
border-color css
<style>
span { border-color: #FD7CEF; }
span { border-color: rgb(253,124,239); }
td.TdClassName
{
border-color: #FD7CEF;
}
.TagClassName
{
border-color: #FD7CEF;
}
</style>