Shades of Pale Magenta #F279D9
Tints of Pale Magenta #F279D9
RGB
CMYK
RGB Variations
Color information
#F279D9 (or 0xF279D9) is known color: Pale Magenta. HEX triplet: F2, 79 and D9. RGB value is (242,121,217). Sum of RGB (Red+Green+Blue) = 242+121+217=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F279D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279D9 is #0D8626. Grayscale: #A7A7A7. Windows color (decimal): -886311 or 14252530. OLE color: 14252530.
HSL color Cylindrical-coordinate representation of color #F279D9: hue angle of 312.4º 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 #F279D9 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 217 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.05 |
| HSL | 312.4º | 0.82% | 0.71% | - |
| HSV(B) | 312.4º | 0.5% | 0.95% | - |
| XYZ | 55.98 | 37.56 | 69.95 | - |
| YUV | 168.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 217 | 0 | 0.50 | 0.10 | 0.05 | 312.4 | 0.82 | 0.71 |
| Hex | F2 | 79 | D9 | 0 | 32 | A | 5 | 138 | 52 | 47 |
| Octal | 362 | 171 | 331 | 0 | 62 | 12 | 5 | 470 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11011001 | 0 | 110010 | 1010 | 101 | 100111000 | 1010010 | 1000111 |
Color Harmonies of #F279D9
Complementary color
Monochromatic Colors of #F279D9
Black with #F279D9
Text Example
Text Example
White with #F279D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279D9; }
p { color: rgb(242,121,217); }
H1.HeaderClassName
{
color: #F279D9;
}
.AnyTagClassName
{
color: #F279D9;
}
</style>
background-color css
<style>
a { background-color: #F279D9; }
a { background-color: rgb(242,121,217); }
div.DivClassName
{
background-color: #F279D9;
}
.BgClassName
{
background-color: #F279D9;
}
</style>
border-color css
<style>
span { border-color: #F279D9; }
span { border-color: rgb(242,121,217); }
td.TdClassName
{
border-color: #F279D9;
}
.TagClassName
{
border-color: #F279D9;
}
</style>