Shades of Pale Magenta #F27ED5
Tints of Pale Magenta #F27ED5
RGB
CMYK
RGB Variations
Color information
#F27ED5 (or 0xF27ED5) is known color: Pale Magenta. HEX triplet: F2, 7E and D5. RGB value is (242,126,213). Sum of RGB (Red+Green+Blue) = 242+126+213=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ED5 is #0D812A. Grayscale: #AAAAAA. Windows color (decimal): -885035 or 13991666. OLE color: 13991666.
HSL color Cylindrical-coordinate representation of color #F27ED5: hue angle of 315º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27ED5 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 213 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.05 |
| HSL | 315º | 0.82% | 0.72% | - |
| HSV(B) | 315º | 0.48% | 0.95% | - |
| XYZ | 56.09 | 38.6 | 67.45 | - |
| YUV | 170.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 213 | 0 | 0.48 | 0.12 | 0.05 | 315 | 0.82 | 0.72 |
| Hex | F2 | 7E | D5 | 0 | 30 | C | 5 | 13B | 52 | 48 |
| Octal | 362 | 176 | 325 | 0 | 60 | 14 | 5 | 473 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11010101 | 0 | 110000 | 1100 | 101 | 100111011 | 1010010 | 1001000 |
Color Harmonies of #F27ED5
Complementary color
Monochromatic Colors of #F27ED5
Black with #F27ED5
Text Example
Text Example
White with #F27ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ED5; }
p { color: rgb(242,126,213); }
H1.HeaderClassName
{
color: #F27ED5;
}
.AnyTagClassName
{
color: #F27ED5;
}
</style>
background-color css
<style>
a { background-color: #F27ED5; }
a { background-color: rgb(242,126,213); }
div.DivClassName
{
background-color: #F27ED5;
}
.BgClassName
{
background-color: #F27ED5;
}
</style>
border-color css
<style>
span { border-color: #F27ED5; }
span { border-color: rgb(242,126,213); }
td.TdClassName
{
border-color: #F27ED5;
}
.TagClassName
{
border-color: #F27ED5;
}
</style>