Shades of Pale Magenta #FF71DF
Tints of Pale Magenta #FF71DF
RGB
CMYK
RGB Variations
Color information
#FF71DF (or 0xFF71DF) is known color: Pale Magenta. HEX triplet: FF, 71 and DF. RGB value is (255,113,223). Sum of RGB (Red+Green+Blue) = 255+113+223=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 113 (44.53% from 255 or 19.12% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71DF is #008E20. Grayscale: #A7A7A7. Windows color (decimal): -36385 or 14643711. OLE color: 14643711.
HSL color Cylindrical-coordinate representation of color #FF71DF: hue angle of 313.52º 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 #FF71DF is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 223 | - |
| CMYK | 0 | 0.56 | 0.13 | 0 |
| HSL | 313.52º | 1% | 0.72% | - |
| HSV(B) | 313.52º | 0.56% | 1% | - |
| XYZ | 60.46 | 38.4 | 74.04 | - |
| YUV | 168 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 223 | 0 | 0.56 | 0.13 | 0 | 313.52 | 1 | 0.72 |
| Hex | FF | 71 | DF | 0 | 38 | D | 0 | 13A | 64 | 48 |
| Octal | 377 | 161 | 337 | 0 | 70 | 15 | 0 | 472 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11011111 | 0 | 111000 | 1101 | 0 | 100111010 | 1100100 | 1001000 |
Color Harmonies of #FF71DF
Complementary color
Monochromatic Colors of #FF71DF
Black with #FF71DF
Text Example
Text Example
White with #FF71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71DF; }
p { color: rgb(255,113,223); }
H1.HeaderClassName
{
color: #FF71DF;
}
.AnyTagClassName
{
color: #FF71DF;
}
</style>
background-color css
<style>
a { background-color: #FF71DF; }
a { background-color: rgb(255,113,223); }
div.DivClassName
{
background-color: #FF71DF;
}
.BgClassName
{
background-color: #FF71DF;
}
</style>
border-color css
<style>
span { border-color: #FF71DF; }
span { border-color: rgb(255,113,223); }
td.TdClassName
{
border-color: #FF71DF;
}
.TagClassName
{
border-color: #FF71DF;
}
</style>