Shades of Pale Magenta #FF71EA
Tints of Pale Magenta #FF71EA
RGB
CMYK
RGB Variations
Color information
#FF71EA (or 0xFF71EA) is known color: Pale Magenta. HEX triplet: FF, 71 and EA. RGB value is (255,113,234). Sum of RGB (Red+Green+Blue) = 255+113+234=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 113 (44.53% from 255 or 18.77% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF71EA is #008E15. Grayscale: #A8A8A8. Windows color (decimal): -36374 or 15364607. OLE color: 15364607.
HSL color Cylindrical-coordinate representation of color #FF71EA: hue angle of 308.87º 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 #FF71EA is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 234 | - |
| CMYK | 0 | 0.56 | 0.08 | 0 |
| HSL | 308.87º | 1% | 0.72% | - |
| HSV(B) | 308.87º | 0.56% | 1% | - |
| XYZ | 62 | 39.01 | 82.1 | - |
| YUV | 169.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 234 | 0 | 0.56 | 0.08 | 0 | 308.87 | 1 | 0.72 |
| Hex | FF | 71 | EA | 0 | 38 | 8 | 0 | 135 | 64 | 48 |
| Octal | 377 | 161 | 352 | 0 | 70 | 10 | 0 | 465 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11101010 | 0 | 111000 | 1000 | 0 | 100110101 | 1100100 | 1001000 |
Color Harmonies of #FF71EA
Complementary color
Monochromatic Colors of #FF71EA
Black with #FF71EA
Text Example
Text Example
White with #FF71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71EA; }
p { color: rgb(255,113,234); }
H1.HeaderClassName
{
color: #FF71EA;
}
.AnyTagClassName
{
color: #FF71EA;
}
</style>
background-color css
<style>
a { background-color: #FF71EA; }
a { background-color: rgb(255,113,234); }
div.DivClassName
{
background-color: #FF71EA;
}
.BgClassName
{
background-color: #FF71EA;
}
</style>
border-color css
<style>
span { border-color: #FF71EA; }
span { border-color: rgb(255,113,234); }
td.TdClassName
{
border-color: #FF71EA;
}
.TagClassName
{
border-color: #FF71EA;
}
</style>