Shades of Pale Magenta #F279DB
Tints of Pale Magenta #F279DB
RGB
CMYK
RGB Variations
Color information
#F279DB (or 0xF279DB) is known color: Pale Magenta. HEX triplet: F2, 79 and DB. RGB value is (242,121,219). Sum of RGB (Red+Green+Blue) = 242+121+219=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 121 (47.66% from 255 or 20.79% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F279DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279DB is #0D8624. Grayscale: #A8A8A8. Windows color (decimal): -886309 or 14383602. OLE color: 14383602.
HSL color Cylindrical-coordinate representation of color #F279DB: hue angle of 311.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 #F279DB is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 219 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.05 |
| HSL | 311.41º | 0.82% | 0.71% | - |
| HSV(B) | 311.41º | 0.5% | 0.95% | - |
| XYZ | 56.24 | 37.67 | 71.32 | - |
| YUV | 168.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 219 | 0 | 0.50 | 0.10 | 0.05 | 311.41 | 0.82 | 0.71 |
| Hex | F2 | 79 | DB | 0 | 32 | A | 5 | 137 | 52 | 47 |
| Octal | 362 | 171 | 333 | 0 | 62 | 12 | 5 | 467 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11011011 | 0 | 110010 | 1010 | 101 | 100110111 | 1010010 | 1000111 |
Color Harmonies of #F279DB
Complementary color
Monochromatic Colors of #F279DB
Black with #F279DB
Text Example
Text Example
White with #F279DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279DB; }
p { color: rgb(242,121,219); }
H1.HeaderClassName
{
color: #F279DB;
}
.AnyTagClassName
{
color: #F279DB;
}
</style>
background-color css
<style>
a { background-color: #F279DB; }
a { background-color: rgb(242,121,219); }
div.DivClassName
{
background-color: #F279DB;
}
.BgClassName
{
background-color: #F279DB;
}
</style>
border-color css
<style>
span { border-color: #F279DB; }
span { border-color: rgb(242,121,219); }
td.TdClassName
{
border-color: #F279DB;
}
.TagClassName
{
border-color: #F279DB;
}
</style>