Shades of Pale Magenta #F27EE5
Tints of Pale Magenta #F27EE5
RGB
CMYK
RGB Variations
Color information
#F27EE5 (or 0xF27EE5) is known color: Pale Magenta. HEX triplet: F2, 7E and E5. RGB value is (242,126,229). Sum of RGB (Red+Green+Blue) = 242+126+229=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 126 (49.61% from 255 or 21.11% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27EE5 is #0D811A. Grayscale: #ACACAC. Windows color (decimal): -885019 or 15040242. OLE color: 15040242.
HSL color Cylindrical-coordinate representation of color #F27EE5: hue angle of 306.72º 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 #F27EE5 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 229 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.05 |
| HSL | 306.72º | 0.82% | 0.72% | - |
| HSV(B) | 306.72º | 0.48% | 0.95% | - |
| XYZ | 58.22 | 39.46 | 78.68 | - |
| YUV | 172.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 229 | 0 | 0.48 | 0.05 | 0.05 | 306.72 | 0.82 | 0.72 |
| Hex | F2 | 7E | E5 | 0 | 30 | 5 | 5 | 133 | 52 | 48 |
| Octal | 362 | 176 | 345 | 0 | 60 | 5 | 5 | 463 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11100101 | 0 | 110000 | 101 | 101 | 100110011 | 1010010 | 1001000 |
Color Harmonies of #F27EE5
Complementary color
Monochromatic Colors of #F27EE5
Black with #F27EE5
Text Example
Text Example
White with #F27EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EE5; }
p { color: rgb(242,126,229); }
H1.HeaderClassName
{
color: #F27EE5;
}
.AnyTagClassName
{
color: #F27EE5;
}
</style>
background-color css
<style>
a { background-color: #F27EE5; }
a { background-color: rgb(242,126,229); }
div.DivClassName
{
background-color: #F27EE5;
}
.BgClassName
{
background-color: #F27EE5;
}
</style>
border-color css
<style>
span { border-color: #F27EE5; }
span { border-color: rgb(242,126,229); }
td.TdClassName
{
border-color: #F27EE5;
}
.TagClassName
{
border-color: #F27EE5;
}
</style>