Shades of Pale Magenta #FF71E6
Tints of Pale Magenta #FF71E6
RGB
CMYK
RGB Variations
Color information
#FF71E6 (or 0xFF71E6) is known color: Pale Magenta. HEX triplet: FF, 71 and E6. RGB value is (255,113,230). Sum of RGB (Red+Green+Blue) = 255+113+230=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 113 (44.53% from 255 or 18.90% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF71E6 is #008E19. Grayscale: #A8A8A8. Windows color (decimal): -36378 or 15102463. OLE color: 15102463.
HSL color Cylindrical-coordinate representation of color #FF71E6: hue angle of 310.56º 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 #FF71E6 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 230 | - |
| CMYK | 0 | 0.56 | 0.10 | 0 |
| HSL | 310.56º | 1% | 0.72% | - |
| HSV(B) | 310.56º | 0.56% | 1% | - |
| XYZ | 61.43 | 38.78 | 79.11 | - |
| YUV | 168.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 230 | 0 | 0.56 | 0.10 | 0 | 310.56 | 1 | 0.72 |
| Hex | FF | 71 | E6 | 0 | 38 | A | 0 | 137 | 64 | 48 |
| Octal | 377 | 161 | 346 | 0 | 70 | 12 | 0 | 467 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11100110 | 0 | 111000 | 1010 | 0 | 100110111 | 1100100 | 1001000 |
Color Harmonies of #FF71E6
Complementary color
Monochromatic Colors of #FF71E6
Black with #FF71E6
Text Example
Text Example
White with #FF71E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71E6; }
p { color: rgb(255,113,230); }
H1.HeaderClassName
{
color: #FF71E6;
}
.AnyTagClassName
{
color: #FF71E6;
}
</style>
background-color css
<style>
a { background-color: #FF71E6; }
a { background-color: rgb(255,113,230); }
div.DivClassName
{
background-color: #FF71E6;
}
.BgClassName
{
background-color: #FF71E6;
}
</style>
border-color css
<style>
span { border-color: #FF71E6; }
span { border-color: rgb(255,113,230); }
td.TdClassName
{
border-color: #FF71E6;
}
.TagClassName
{
border-color: #FF71E6;
}
</style>