Shades of Pale Magenta #FD7FD8
Tints of Pale Magenta #FD7FD8
RGB
CMYK
RGB Variations
Color information
#FD7FD8 (or 0xFD7FD8) is known color: Pale Magenta. HEX triplet: FD, 7F and D8. RGB value is (253,127,216). Sum of RGB (Red+Green+Blue) = 253+127+216=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FD8 is #028027. Grayscale: #AEAEAE. Windows color (decimal): -163880 or 14188541. OLE color: 14188541.
HSL color Cylindrical-coordinate representation of color #FD7FD8: hue angle of 317.62º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FD8 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 127 | 216 | - |
CMYK | 0 | 0.50 | 0.15 | 0.01 |
HSL | 317.62º | 0.97% | 0.75% | - |
HSV(B) | 317.62º | 0.5% | 0.99% | - |
XYZ | 60.49 | 41.02 | 69.69 | - |
YUV | 174.82 | 151.24 | 183.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 127 | 216 | 0 | 0.50 | 0.15 | 0.01 | 317.62 | 0.97 | 0.75 |
Hex | FD | 7F | D8 | 0 | 32 | F | 1 | 13E | 61 | 4B |
Octal | 375 | 177 | 330 | 0 | 62 | 17 | 1 | 476 | 141 | 113 |
Binary | 11111101 | 1111111 | 11011000 | 0 | 110010 | 1111 | 1 | 100111110 | 1100001 | 1001011 |
Color Harmonies of #FD7FD8
Complementary color
Monochromatic Colors of #FD7FD8
Black with #FD7FD8
Text Example
Text Example
White with #FD7FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7FD8; }
p { color: rgb(253,127,216); }
H1.HeaderClassName
{
color: #FD7FD8;
}
.AnyTagClassName
{
color: #FD7FD8;
}
</style>
background-color css
<style>
a { background-color: #FD7FD8; }
a { background-color: rgb(253,127,216); }
div.DivClassName
{
background-color: #FD7FD8;
}
.BgClassName
{
background-color: #FD7FD8;
}
</style>
border-color css
<style>
span { border-color: #FD7FD8; }
span { border-color: rgb(253,127,216); }
td.TdClassName
{
border-color: #FD7FD8;
}
.TagClassName
{
border-color: #FD7FD8;
}
</style>