Shades of Pale Magenta #F279DA
Tints of Pale Magenta #F279DA
RGB
CMYK
RGB Variations
Color information
#F279DA (or 0xF279DA) is known color: Pale Magenta. HEX triplet: F2, 79 and DA. RGB value is (242,121,218). Sum of RGB (Red+Green+Blue) = 242+121+218=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F279DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279DA is #0D8625. Grayscale: #A7A7A7. Windows color (decimal): -886310 or 14318066. OLE color: 14318066.
HSL color Cylindrical-coordinate representation of color #F279DA: hue angle of 311.9º 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 #F279DA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 218 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.05 |
| HSL | 311.9º | 0.82% | 0.71% | - |
| HSV(B) | 311.9º | 0.5% | 0.95% | - |
| XYZ | 56.11 | 37.61 | 70.63 | - |
| YUV | 168.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 218 | 0 | 0.50 | 0.10 | 0.05 | 311.9 | 0.82 | 0.71 |
| Hex | F2 | 79 | DA | 0 | 32 | A | 5 | 138 | 52 | 47 |
| Octal | 362 | 171 | 332 | 0 | 62 | 12 | 5 | 470 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11011010 | 0 | 110010 | 1010 | 101 | 100111000 | 1010010 | 1000111 |
Color Harmonies of #F279DA
Complementary color
Monochromatic Colors of #F279DA
Black with #F279DA
Text Example
Text Example
White with #F279DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279DA; }
p { color: rgb(242,121,218); }
H1.HeaderClassName
{
color: #F279DA;
}
.AnyTagClassName
{
color: #F279DA;
}
</style>
background-color css
<style>
a { background-color: #F279DA; }
a { background-color: rgb(242,121,218); }
div.DivClassName
{
background-color: #F279DA;
}
.BgClassName
{
background-color: #F279DA;
}
</style>
border-color css
<style>
span { border-color: #F279DA; }
span { border-color: rgb(242,121,218); }
td.TdClassName
{
border-color: #F279DA;
}
.TagClassName
{
border-color: #F279DA;
}
</style>