Shades of Pale Magenta #FF72E2
Tints of Pale Magenta #FF72E2
RGB
CMYK
RGB Variations
Color information
#FF72E2 (or 0xFF72E2) is known color: Pale Magenta. HEX triplet: FF, 72 and E2. RGB value is (255,114,226). Sum of RGB (Red+Green+Blue) = 255+114+226=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 114 (44.92% from 255 or 19.16% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72E2 is #008D1D. Grayscale: #A8A8A8. Windows color (decimal): -36126 or 14840575. OLE color: 14840575.
HSL color Cylindrical-coordinate representation of color #FF72E2: hue angle of 312.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF72E2 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 226 | - |
| CMYK | 0 | 0.55 | 0.11 | 0 |
| HSL | 312.34º | 1% | 0.72% | - |
| HSV(B) | 312.34º | 0.55% | 1% | - |
| XYZ | 60.98 | 38.79 | 76.22 | - |
| YUV | 168.93 | 160.21 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 226 | 0 | 0.55 | 0.11 | 0 | 312.34 | 1 | 0.72 |
| Hex | FF | 72 | E2 | 0 | 37 | B | 0 | 138 | 64 | 48 |
| Octal | 377 | 162 | 342 | 0 | 67 | 13 | 0 | 470 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11100010 | 0 | 110111 | 1011 | 0 | 100111000 | 1100100 | 1001000 |
Color Harmonies of #FF72E2
Complementary color
Monochromatic Colors of #FF72E2
Black with #FF72E2
Text Example
Text Example
White with #FF72E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72E2; }
p { color: rgb(255,114,226); }
H1.HeaderClassName
{
color: #FF72E2;
}
.AnyTagClassName
{
color: #FF72E2;
}
</style>
background-color css
<style>
a { background-color: #FF72E2; }
a { background-color: rgb(255,114,226); }
div.DivClassName
{
background-color: #FF72E2;
}
.BgClassName
{
background-color: #FF72E2;
}
</style>
border-color css
<style>
span { border-color: #FF72E2; }
span { border-color: rgb(255,114,226); }
td.TdClassName
{
border-color: #FF72E2;
}
.TagClassName
{
border-color: #FF72E2;
}
</style>