Shades of Pale Magenta #F27ED3
Tints of Pale Magenta #F27ED3
RGB
CMYK
RGB Variations
Color information
#F27ED3 (or 0xF27ED3) is known color: Pale Magenta. HEX triplet: F2, 7E and D3. RGB value is (242,126,211). Sum of RGB (Red+Green+Blue) = 242+126+211=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ED3 is #0D812C. Grayscale: #AAAAAA. Windows color (decimal): -885037 or 13860594. OLE color: 13860594.
HSL color Cylindrical-coordinate representation of color #F27ED3: hue angle of 316.03º 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 #F27ED3 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 211 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.05 |
| HSL | 316.03º | 0.82% | 0.72% | - |
| HSV(B) | 316.03º | 0.48% | 0.95% | - |
| XYZ | 55.84 | 38.5 | 66.12 | - |
| YUV | 170.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 211 | 0 | 0.48 | 0.13 | 0.05 | 316.03 | 0.82 | 0.72 |
| Hex | F2 | 7E | D3 | 0 | 30 | D | 5 | 13C | 52 | 48 |
| Octal | 362 | 176 | 323 | 0 | 60 | 15 | 5 | 474 | 122 | 110 |
| Binary | 11110010 | 1111110 | 11010011 | 0 | 110000 | 1101 | 101 | 100111100 | 1010010 | 1001000 |
Color Harmonies of #F27ED3
Complementary color
Monochromatic Colors of #F27ED3
Black with #F27ED3
Text Example
Text Example
White with #F27ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ED3; }
p { color: rgb(242,126,211); }
H1.HeaderClassName
{
color: #F27ED3;
}
.AnyTagClassName
{
color: #F27ED3;
}
</style>
background-color css
<style>
a { background-color: #F27ED3; }
a { background-color: rgb(242,126,211); }
div.DivClassName
{
background-color: #F27ED3;
}
.BgClassName
{
background-color: #F27ED3;
}
</style>
border-color css
<style>
span { border-color: #F27ED3; }
span { border-color: rgb(242,126,211); }
td.TdClassName
{
border-color: #F27ED3;
}
.TagClassName
{
border-color: #F27ED3;
}
</style>