Shades of Pale Magenta #F279D8
Tints of Pale Magenta #F279D8
RGB
CMYK
RGB Variations
Color information
#F279D8 (or 0xF279D8) is known color: Pale Magenta. HEX triplet: F2, 79 and D8. RGB value is (242,121,216). Sum of RGB (Red+Green+Blue) = 242+121+216=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F279D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279D8 is #0D8627. Grayscale: #A7A7A7. Windows color (decimal): -886312 or 14186994. OLE color: 14186994.
HSL color Cylindrical-coordinate representation of color #F279D8: hue angle of 312.89º 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 #F279D8 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 216 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.05 |
| HSL | 312.89º | 0.82% | 0.71% | - |
| HSV(B) | 312.89º | 0.5% | 0.95% | - |
| XYZ | 55.85 | 37.51 | 69.26 | - |
| YUV | 168.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 216 | 0 | 0.50 | 0.11 | 0.05 | 312.89 | 0.82 | 0.71 |
| Hex | F2 | 79 | D8 | 0 | 32 | B | 5 | 139 | 52 | 47 |
| Octal | 362 | 171 | 330 | 0 | 62 | 13 | 5 | 471 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11011000 | 0 | 110010 | 1011 | 101 | 100111001 | 1010010 | 1000111 |
Color Harmonies of #F279D8
Complementary color
Monochromatic Colors of #F279D8
Black with #F279D8
Text Example
Text Example
White with #F279D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279D8; }
p { color: rgb(242,121,216); }
H1.HeaderClassName
{
color: #F279D8;
}
.AnyTagClassName
{
color: #F279D8;
}
</style>
background-color css
<style>
a { background-color: #F279D8; }
a { background-color: rgb(242,121,216); }
div.DivClassName
{
background-color: #F279D8;
}
.BgClassName
{
background-color: #F279D8;
}
</style>
border-color css
<style>
span { border-color: #F279D8; }
span { border-color: rgb(242,121,216); }
td.TdClassName
{
border-color: #F279D8;
}
.TagClassName
{
border-color: #F279D8;
}
</style>