Shades of Pale Magenta #F26EDA
Tints of Pale Magenta #F26EDA
RGB
CMYK
RGB Variations
Color information
#F26EDA (or 0xF26EDA) is known color: Pale Magenta. HEX triplet: F2, 6E and DA. RGB value is (242,110,218). Sum of RGB (Red+Green+Blue) = 242+110+218=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F26EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26EDA is #0D9125. Grayscale: #A1A1A1. Windows color (decimal): -889126 or 14315250. OLE color: 14315250.
HSL color Cylindrical-coordinate representation of color #F26EDA: hue angle of 310.91º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26EDA is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 218 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.05 |
| HSL | 310.91º | 0.84% | 0.69% | - |
| HSV(B) | 310.91º | 0.55% | 0.95% | - |
| XYZ | 54.85 | 35.09 | 70.21 | - |
| YUV | 161.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 218 | 0 | 0.55 | 0.10 | 0.05 | 310.91 | 0.84 | 0.69 |
| Hex | F2 | 6E | DA | 0 | 37 | A | 5 | 137 | 54 | 45 |
| Octal | 362 | 156 | 332 | 0 | 67 | 12 | 5 | 467 | 124 | 105 |
| Binary | 11110010 | 1101110 | 11011010 | 0 | 110111 | 1010 | 101 | 100110111 | 1010100 | 1000101 |
Color Harmonies of #F26EDA
Complementary color
Monochromatic Colors of #F26EDA
Black with #F26EDA
Text Example
Text Example
White with #F26EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26EDA; }
p { color: rgb(242,110,218); }
H1.HeaderClassName
{
color: #F26EDA;
}
.AnyTagClassName
{
color: #F26EDA;
}
</style>
background-color css
<style>
a { background-color: #F26EDA; }
a { background-color: rgb(242,110,218); }
div.DivClassName
{
background-color: #F26EDA;
}
.BgClassName
{
background-color: #F26EDA;
}
</style>
border-color css
<style>
span { border-color: #F26EDA; }
span { border-color: rgb(242,110,218); }
td.TdClassName
{
border-color: #F26EDA;
}
.TagClassName
{
border-color: #F26EDA;
}
</style>