Shades of Pale Magenta #F279DF
Tints of Pale Magenta #F279DF
RGB
CMYK
RGB Variations
Color information
#F279DF (or 0xF279DF) is known color: Pale Magenta. HEX triplet: F2, 79 and DF. RGB value is (242,121,223). Sum of RGB (Red+Green+Blue) = 242+121+223=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 121 (47.66% from 255 or 20.65% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F279DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279DF is #0D8620. Grayscale: #A8A8A8. Windows color (decimal): -886305 or 14645746. OLE color: 14645746.
HSL color Cylindrical-coordinate representation of color #F279DF: hue angle of 309.42º 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 #F279DF is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 223 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.05 |
| HSL | 309.42º | 0.82% | 0.71% | - |
| HSV(B) | 309.42º | 0.5% | 0.95% | - |
| XYZ | 56.77 | 37.88 | 74.13 | - |
| YUV | 168.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 223 | 0 | 0.50 | 0.08 | 0.05 | 309.42 | 0.82 | 0.71 |
| Hex | F2 | 79 | DF | 0 | 32 | 8 | 5 | 135 | 52 | 47 |
| Octal | 362 | 171 | 337 | 0 | 62 | 10 | 5 | 465 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11011111 | 0 | 110010 | 1000 | 101 | 100110101 | 1010010 | 1000111 |
Color Harmonies of #F279DF
Complementary color
Monochromatic Colors of #F279DF
Black with #F279DF
Text Example
Text Example
White with #F279DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279DF; }
p { color: rgb(242,121,223); }
H1.HeaderClassName
{
color: #F279DF;
}
.AnyTagClassName
{
color: #F279DF;
}
</style>
background-color css
<style>
a { background-color: #F279DF; }
a { background-color: rgb(242,121,223); }
div.DivClassName
{
background-color: #F279DF;
}
.BgClassName
{
background-color: #F279DF;
}
</style>
border-color css
<style>
span { border-color: #F279DF; }
span { border-color: rgb(242,121,223); }
td.TdClassName
{
border-color: #F279DF;
}
.TagClassName
{
border-color: #F279DF;
}
</style>