Shades of Pale Magenta #FD7ADE
Tints of Pale Magenta #FD7ADE
RGB
CMYK
RGB Variations
Color information
#FD7ADE (or 0xFD7ADE) is known color: Pale Magenta. HEX triplet: FD, 7A and DE. RGB value is (253,122,222). Sum of RGB (Red+Green+Blue) = 253+122+222=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 122 (48.05% from 255 or 20.44% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7ADE is #028521. Grayscale: #ACACAC. Windows color (decimal): -165154 or 14580477. OLE color: 14580477.
HSL color Cylindrical-coordinate representation of color #FD7ADE: hue angle of 314.2º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7ADE is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 122 | 222 | - |
CMYK | 0 | 0.52 | 0.12 | 0.01 |
HSL | 314.2º | 0.97% | 0.74% | - |
HSV(B) | 314.2º | 0.52% | 0.99% | - |
XYZ | 60.65 | 40.08 | 73.65 | - |
YUV | 172.57 | 155.9 | 185.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 122 | 222 | 0 | 0.52 | 0.12 | 0.01 | 314.2 | 0.97 | 0.74 |
Hex | FD | 7A | DE | 0 | 34 | C | 1 | 13A | 61 | 4A |
Octal | 375 | 172 | 336 | 0 | 64 | 14 | 1 | 472 | 141 | 112 |
Binary | 11111101 | 1111010 | 11011110 | 0 | 110100 | 1100 | 1 | 100111010 | 1100001 | 1001010 |
Color Harmonies of #FD7ADE
Complementary color
Monochromatic Colors of #FD7ADE
Black with #FD7ADE
Text Example
Text Example
White with #FD7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7ADE; }
p { color: rgb(253,122,222); }
H1.HeaderClassName
{
color: #FD7ADE;
}
.AnyTagClassName
{
color: #FD7ADE;
}
</style>
background-color css
<style>
a { background-color: #FD7ADE; }
a { background-color: rgb(253,122,222); }
div.DivClassName
{
background-color: #FD7ADE;
}
.BgClassName
{
background-color: #FD7ADE;
}
</style>
border-color css
<style>
span { border-color: #FD7ADE; }
span { border-color: rgb(253,122,222); }
td.TdClassName
{
border-color: #FD7ADE;
}
.TagClassName
{
border-color: #FD7ADE;
}
</style>