Shades of Pale Magenta #FF71DC
Tints of Pale Magenta #FF71DC
RGB
CMYK
RGB Variations
Color information
#FF71DC (or 0xFF71DC) is known color: Pale Magenta. HEX triplet: FF, 71 and DC. RGB value is (255,113,220). Sum of RGB (Red+Green+Blue) = 255+113+220=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 113 (44.53% from 255 or 19.22% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71DC is #008E23. Grayscale: #A7A7A7. Windows color (decimal): -36388 or 14447103. OLE color: 14447103.
HSL color Cylindrical-coordinate representation of color #FF71DC: hue angle of 314.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF71DC is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 220 | - |
| CMYK | 0 | 0.56 | 0.14 | 0 |
| HSL | 314.79º | 1% | 0.72% | - |
| HSV(B) | 314.79º | 0.56% | 1% | - |
| XYZ | 60.06 | 38.24 | 71.93 | - |
| YUV | 167.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 220 | 0 | 0.56 | 0.14 | 0 | 314.79 | 1 | 0.72 |
| Hex | FF | 71 | DC | 0 | 38 | E | 0 | 13B | 64 | 48 |
| Octal | 377 | 161 | 334 | 0 | 70 | 16 | 0 | 473 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11011100 | 0 | 111000 | 1110 | 0 | 100111011 | 1100100 | 1001000 |
Color Harmonies of #FF71DC
Complementary color
Monochromatic Colors of #FF71DC
Black with #FF71DC
Text Example
Text Example
White with #FF71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71DC; }
p { color: rgb(255,113,220); }
H1.HeaderClassName
{
color: #FF71DC;
}
.AnyTagClassName
{
color: #FF71DC;
}
</style>
background-color css
<style>
a { background-color: #FF71DC; }
a { background-color: rgb(255,113,220); }
div.DivClassName
{
background-color: #FF71DC;
}
.BgClassName
{
background-color: #FF71DC;
}
</style>
border-color css
<style>
span { border-color: #FF71DC; }
span { border-color: rgb(255,113,220); }
td.TdClassName
{
border-color: #FF71DC;
}
.TagClassName
{
border-color: #FF71DC;
}
</style>