Shades of Pale Magenta #FF71E5
Tints of Pale Magenta #FF71E5
RGB
CMYK
RGB Variations
Color information
#FF71E5 (or 0xFF71E5) is known color: Pale Magenta. HEX triplet: FF, 71 and E5. RGB value is (255,113,229). Sum of RGB (Red+Green+Blue) = 255+113+229=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 113 (44.53% from 255 or 18.93% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71E5 is #008E1A. Grayscale: #A8A8A8. Windows color (decimal): -36379 or 15036927. OLE color: 15036927.
HSL color Cylindrical-coordinate representation of color #FF71E5: hue angle of 310.99º 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 #FF71E5 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 229 | - |
| CMYK | 0 | 0.56 | 0.10 | 0 |
| HSL | 310.99º | 1% | 0.72% | - |
| HSV(B) | 310.99º | 0.56% | 1% | - |
| XYZ | 61.29 | 38.73 | 78.37 | - |
| YUV | 168.68 | 162.04 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 229 | 0 | 0.56 | 0.10 | 0 | 310.99 | 1 | 0.72 |
| Hex | FF | 71 | E5 | 0 | 38 | A | 0 | 137 | 64 | 48 |
| Octal | 377 | 161 | 345 | 0 | 70 | 12 | 0 | 467 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11100101 | 0 | 111000 | 1010 | 0 | 100110111 | 1100100 | 1001000 |
Color Harmonies of #FF71E5
Complementary color
Monochromatic Colors of #FF71E5
Black with #FF71E5
Text Example
Text Example
White with #FF71E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71E5; }
p { color: rgb(255,113,229); }
H1.HeaderClassName
{
color: #FF71E5;
}
.AnyTagClassName
{
color: #FF71E5;
}
</style>
background-color css
<style>
a { background-color: #FF71E5; }
a { background-color: rgb(255,113,229); }
div.DivClassName
{
background-color: #FF71E5;
}
.BgClassName
{
background-color: #FF71E5;
}
</style>
border-color css
<style>
span { border-color: #FF71E5; }
span { border-color: rgb(255,113,229); }
td.TdClassName
{
border-color: #FF71E5;
}
.TagClassName
{
border-color: #FF71E5;
}
</style>