Shades of Pale Magenta #FF72ED
Tints of Pale Magenta #FF72ED
RGB
CMYK
RGB Variations
Color information
#FF72ED (or 0xFF72ED) is known color: Pale Magenta. HEX triplet: FF, 72 and ED. RGB value is (255,114,237). Sum of RGB (Red+Green+Blue) = 255+114+237=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 114 (44.92% from 255 or 18.81% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF72ED is #008D12. Grayscale: #A9A9A9. Windows color (decimal): -36115 or 15561471. OLE color: 15561471.
HSL color Cylindrical-coordinate representation of color #FF72ED: hue angle of 307.66º 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 #FF72ED is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 237 | - |
| CMYK | 0 | 0.55 | 0.07 | 0 |
| HSL | 307.66º | 1% | 0.72% | - |
| HSV(B) | 307.66º | 0.55% | 1% | - |
| XYZ | 62.54 | 39.41 | 84.43 | - |
| YUV | 170.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 237 | 0 | 0.55 | 0.07 | 0 | 307.66 | 1 | 0.72 |
| Hex | FF | 72 | ED | 0 | 37 | 7 | 0 | 134 | 64 | 48 |
| Octal | 377 | 162 | 355 | 0 | 67 | 7 | 0 | 464 | 144 | 110 |
| Binary | 11111111 | 1110010 | 11101101 | 0 | 110111 | 111 | 0 | 100110100 | 1100100 | 1001000 |
Color Harmonies of #FF72ED
Complementary color
Monochromatic Colors of #FF72ED
Black with #FF72ED
Text Example
Text Example
White with #FF72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF72ED; }
p { color: rgb(255,114,237); }
H1.HeaderClassName
{
color: #FF72ED;
}
.AnyTagClassName
{
color: #FF72ED;
}
</style>
background-color css
<style>
a { background-color: #FF72ED; }
a { background-color: rgb(255,114,237); }
div.DivClassName
{
background-color: #FF72ED;
}
.BgClassName
{
background-color: #FF72ED;
}
</style>
border-color css
<style>
span { border-color: #FF72ED; }
span { border-color: rgb(255,114,237); }
td.TdClassName
{
border-color: #FF72ED;
}
.TagClassName
{
border-color: #FF72ED;
}
</style>