Shades of Pale Magenta #F27EDD
Tints of Pale Magenta #F27EDD
RGB
CMYK
RGB Variations
Color information
#F27EDD (or 0xF27EDD) is known color: Pale Magenta. HEX triplet: F2, 7E and DD. RGB value is (242,126,221). Sum of RGB (Red+Green+Blue) = 242+126+221=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27EDD is #0D8122. Grayscale: #ABABAB. Windows color (decimal): -885027 or 14515954. OLE color: 14515954.
HSL color Cylindrical-coordinate representation of color #F27EDD: hue angle of 310.86º 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 #F27EDD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 221 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.05 |
| HSL | 310.86º | 0.82% | 0.72% | - |
| HSV(B) | 310.86º | 0.48% | 0.95% | - |
| XYZ | 57.13 | 39.02 | 72.93 | - |
| YUV | 171.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 221 | 0 | 0.48 | 0.09 | 0.05 | 310.86 | 0.82 | 0.72 |
| Hex | F2 | 7E | DD | 0 | 30 | 9 | 5 | 137 | 52 | 48 |
| Octal | 362 | 176 | 335 | 0 | 60 | 11 | 5 | 467 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11011101 | 0 | 110000 | 1001 | 101 | 100110111 | 1010010 | 1001000 |
Color Harmonies of #F27EDD
Complementary color
Monochromatic Colors of #F27EDD
Black with #F27EDD
Text Example
Text Example
White with #F27EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EDD; }
p { color: rgb(242,126,221); }
H1.HeaderClassName
{
color: #F27EDD;
}
.AnyTagClassName
{
color: #F27EDD;
}
</style>
background-color css
<style>
a { background-color: #F27EDD; }
a { background-color: rgb(242,126,221); }
div.DivClassName
{
background-color: #F27EDD;
}
.BgClassName
{
background-color: #F27EDD;
}
</style>
border-color css
<style>
span { border-color: #F27EDD; }
span { border-color: rgb(242,126,221); }
td.TdClassName
{
border-color: #F27EDD;
}
.TagClassName
{
border-color: #F27EDD;
}
</style>