Shades of Pale Magenta #F26EE0
Tints of Pale Magenta #F26EE0
RGB
CMYK
RGB Variations
Color information
#F26EE0 (or 0xF26EE0) is known color: Pale Magenta. HEX triplet: F2, 6E and E0. RGB value is (242,110,224). Sum of RGB (Red+Green+Blue) = 242+110+224=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F26EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26EE0 is #0D911F. Grayscale: #A2A2A2. Windows color (decimal): -889120 or 14708466. OLE color: 14708466.
HSL color Cylindrical-coordinate representation of color #F26EE0: hue angle of 308.18º 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 #F26EE0 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 224 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.05 |
| HSL | 308.18º | 0.84% | 0.69% | - |
| HSV(B) | 308.18º | 0.55% | 0.95% | - |
| XYZ | 55.65 | 35.41 | 74.42 | - |
| YUV | 162.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 224 | 0 | 0.55 | 0.07 | 0.05 | 308.18 | 0.84 | 0.69 |
| Hex | F2 | 6E | E0 | 0 | 37 | 7 | 5 | 134 | 54 | 45 |
| Octal | 362 | 156 | 340 | 0 | 67 | 7 | 5 | 464 | 124 | 105 |
| Binary | 11110010 | 1101110 | 11100000 | 0 | 110111 | 111 | 101 | 100110100 | 1010100 | 1000101 |
Color Harmonies of #F26EE0
Complementary color
Monochromatic Colors of #F26EE0
Black with #F26EE0
Text Example
Text Example
White with #F26EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26EE0; }
p { color: rgb(242,110,224); }
H1.HeaderClassName
{
color: #F26EE0;
}
.AnyTagClassName
{
color: #F26EE0;
}
</style>
background-color css
<style>
a { background-color: #F26EE0; }
a { background-color: rgb(242,110,224); }
div.DivClassName
{
background-color: #F26EE0;
}
.BgClassName
{
background-color: #F26EE0;
}
</style>
border-color css
<style>
span { border-color: #F26EE0; }
span { border-color: rgb(242,110,224); }
td.TdClassName
{
border-color: #F26EE0;
}
.TagClassName
{
border-color: #F26EE0;
}
</style>