Shades of Pale Magenta #F279D4
Tints of Pale Magenta #F279D4
RGB
CMYK
RGB Variations
Color information
#F279D4 (or 0xF279D4) is known color: Pale Magenta. HEX triplet: F2, 79 and D4. RGB value is (242,121,212). Sum of RGB (Red+Green+Blue) = 242+121+212=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F279D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279D4 is #0D862B. Grayscale: #A7A7A7. Windows color (decimal): -886316 or 13924850. OLE color: 13924850.
HSL color Cylindrical-coordinate representation of color #F279D4: hue angle of 314.88º 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 #F279D4 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 212 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.05 |
| HSL | 314.88º | 0.82% | 0.71% | - |
| HSV(B) | 314.88º | 0.5% | 0.95% | - |
| XYZ | 55.34 | 37.31 | 66.57 | - |
| YUV | 167.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 212 | 0 | 0.50 | 0.12 | 0.05 | 314.88 | 0.82 | 0.71 |
| Hex | F2 | 79 | D4 | 0 | 32 | C | 5 | 13B | 52 | 47 |
| Octal | 362 | 171 | 324 | 0 | 62 | 14 | 5 | 473 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11010100 | 0 | 110010 | 1100 | 101 | 100111011 | 1010010 | 1000111 |
Color Harmonies of #F279D4
Complementary color
Monochromatic Colors of #F279D4
Black with #F279D4
Text Example
Text Example
White with #F279D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279D4; }
p { color: rgb(242,121,212); }
H1.HeaderClassName
{
color: #F279D4;
}
.AnyTagClassName
{
color: #F279D4;
}
</style>
background-color css
<style>
a { background-color: #F279D4; }
a { background-color: rgb(242,121,212); }
div.DivClassName
{
background-color: #F279D4;
}
.BgClassName
{
background-color: #F279D4;
}
</style>
border-color css
<style>
span { border-color: #F279D4; }
span { border-color: rgb(242,121,212); }
td.TdClassName
{
border-color: #F279D4;
}
.TagClassName
{
border-color: #F279D4;
}
</style>