Shades of Pale Magenta #F279E0
Tints of Pale Magenta #F279E0
RGB
CMYK
RGB Variations
Color information
#F279E0 (or 0xF279E0) is known color: Pale Magenta. HEX triplet: F2, 79 and E0. RGB value is (242,121,224). Sum of RGB (Red+Green+Blue) = 242+121+224=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 121 (47.66% from 255 or 20.61% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F279E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279E0 is #0D861F. Grayscale: #A8A8A8. Windows color (decimal): -886304 or 14711282. OLE color: 14711282.
HSL color Cylindrical-coordinate representation of color #F279E0: hue angle of 308.93º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279E0 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 224 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.05 |
| HSL | 308.93º | 0.82% | 0.71% | - |
| HSV(B) | 308.93º | 0.5% | 0.95% | - |
| XYZ | 56.91 | 37.93 | 74.84 | - |
| YUV | 168.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 224 | 0 | 0.50 | 0.07 | 0.05 | 308.93 | 0.82 | 0.71 |
| Hex | F2 | 79 | E0 | 0 | 32 | 7 | 5 | 135 | 52 | 47 |
| Octal | 362 | 171 | 340 | 0 | 62 | 7 | 5 | 465 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11100000 | 0 | 110010 | 111 | 101 | 100110101 | 1010010 | 1000111 |
Color Harmonies of #F279E0
Complementary color
Monochromatic Colors of #F279E0
Black with #F279E0
Text Example
Text Example
White with #F279E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279E0; }
p { color: rgb(242,121,224); }
H1.HeaderClassName
{
color: #F279E0;
}
.AnyTagClassName
{
color: #F279E0;
}
</style>
background-color css
<style>
a { background-color: #F279E0; }
a { background-color: rgb(242,121,224); }
div.DivClassName
{
background-color: #F279E0;
}
.BgClassName
{
background-color: #F279E0;
}
</style>
border-color css
<style>
span { border-color: #F279E0; }
span { border-color: rgb(242,121,224); }
td.TdClassName
{
border-color: #F279E0;
}
.TagClassName
{
border-color: #F279E0;
}
</style>