Shades of Pale Magenta #FC77DD
Tints of Pale Magenta #FC77DD
RGB
CMYK
RGB Variations
Color information
#FC77DD (or 0xFC77DD) is known color: Pale Magenta. HEX triplet: FC, 77 and DD. RGB value is (252,119,221). Sum of RGB (Red+Green+Blue) = 252+119+221=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77DD is #038822. Grayscale: #AAAAAA. Windows color (decimal): -231459 or 14514172. OLE color: 14514172.
HSL color Cylindrical-coordinate representation of color #FC77DD: hue angle of 313.98º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC77DD is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 221 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.01 |
| HSL | 313.99º | 0.96% | 0.73% | - |
| HSV(B) | 313.99º | 0.53% | 0.99% | - |
| XYZ | 59.79 | 39.11 | 72.8 | - |
| YUV | 170.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 221 | 0 | 0.53 | 0.12 | 0.01 | 313.99 | 0.96 | 0.73 |
| Hex | FC | 77 | DD | 0 | 35 | C | 1 | 13A | 60 | 49 |
| Octal | 374 | 167 | 335 | 0 | 65 | 14 | 1 | 472 | 140 | 111 |
| Binary | 11111100 | 1110111 | 11011101 | 0 | 110101 | 1100 | 1 | 100111010 | 1100000 | 1001001 |
Color Harmonies of #FC77DD
Complementary color
Monochromatic Colors of #FC77DD
Black with #FC77DD
Text Example
Text Example
White with #FC77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77DD; }
p { color: rgb(252,119,221); }
H1.HeaderClassName
{
color: #FC77DD;
}
.AnyTagClassName
{
color: #FC77DD;
}
</style>
background-color css
<style>
a { background-color: #FC77DD; }
a { background-color: rgb(252,119,221); }
div.DivClassName
{
background-color: #FC77DD;
}
.BgClassName
{
background-color: #FC77DD;
}
</style>
border-color css
<style>
span { border-color: #FC77DD; }
span { border-color: rgb(252,119,221); }
td.TdClassName
{
border-color: #FC77DD;
}
.TagClassName
{
border-color: #FC77DD;
}
</style>