Shades of Pale Magenta #FC7ADD
Tints of Pale Magenta #FC7ADD
RGB
CMYK
RGB Variations
Color information
#FC7ADD (or 0xFC7ADD) is known color: Pale Magenta. HEX triplet: FC, 7A and DD. RGB value is (252,122,221). Sum of RGB (Red+Green+Blue) = 252+122+221=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ADD is #038522. Grayscale: #ABABAB. Windows color (decimal): -230691 or 14514940. OLE color: 14514940.
HSL color Cylindrical-coordinate representation of color #FC7ADD: hue angle of 314.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7ADD is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 221 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.01 |
| HSL | 314.31º | 0.96% | 0.73% | - |
| HSV(B) | 314.31º | 0.52% | 0.99% | - |
| XYZ | 60.16 | 39.83 | 72.92 | - |
| YUV | 172.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 221 | 0 | 0.52 | 0.12 | 0.01 | 314.31 | 0.96 | 0.73 |
| Hex | FC | 7A | DD | 0 | 34 | C | 1 | 13A | 60 | 49 |
| Octal | 374 | 172 | 335 | 0 | 64 | 14 | 1 | 472 | 140 | 111 |
| Binary | 11111100 | 1111010 | 11011101 | 0 | 110100 | 1100 | 1 | 100111010 | 1100000 | 1001001 |
Color Harmonies of #FC7ADD
Complementary color
Monochromatic Colors of #FC7ADD
Black with #FC7ADD
Text Example
Text Example
White with #FC7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7ADD; }
p { color: rgb(252,122,221); }
H1.HeaderClassName
{
color: #FC7ADD;
}
.AnyTagClassName
{
color: #FC7ADD;
}
</style>
background-color css
<style>
a { background-color: #FC7ADD; }
a { background-color: rgb(252,122,221); }
div.DivClassName
{
background-color: #FC7ADD;
}
.BgClassName
{
background-color: #FC7ADD;
}
</style>
border-color css
<style>
span { border-color: #FC7ADD; }
span { border-color: rgb(252,122,221); }
td.TdClassName
{
border-color: #FC7ADD;
}
.TagClassName
{
border-color: #FC7ADD;
}
</style>