Shades of Pale Magenta #F280DB
Tints of Pale Magenta #F280DB
RGB
CMYK
RGB Variations
Color information
#F280DB (or 0xF280DB) is known color: Pale Magenta. HEX triplet: F2, 80 and DB. RGB value is (242,128,219). Sum of RGB (Red+Green+Blue) = 242+128+219=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F280DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280DB is #0D7F24. Grayscale: #ACACAC. Windows color (decimal): -884517 or 14385394. OLE color: 14385394.
HSL color Cylindrical-coordinate representation of color #F280DB: hue angle of 312.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F280DB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 219 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.05 |
| HSL | 312.11º | 0.81% | 0.73% | - |
| HSV(B) | 312.11º | 0.47% | 0.95% | - |
| XYZ | 57.12 | 39.43 | 71.62 | - |
| YUV | 172.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 219 | 0 | 0.47 | 0.10 | 0.05 | 312.11 | 0.81 | 0.73 |
| Hex | F2 | 80 | DB | 0 | 2F | A | 5 | 138 | 51 | 49 |
| Octal | 362 | 200 | 333 | 0 | 57 | 12 | 5 | 470 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11011011 | 0 | 101111 | 1010 | 101 | 100111000 | 1010001 | 1001001 |
Color Harmonies of #F280DB
Complementary color
Monochromatic Colors of #F280DB
Black with #F280DB
Text Example
Text Example
White with #F280DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280DB; }
p { color: rgb(242,128,219); }
H1.HeaderClassName
{
color: #F280DB;
}
.AnyTagClassName
{
color: #F280DB;
}
</style>
background-color css
<style>
a { background-color: #F280DB; }
a { background-color: rgb(242,128,219); }
div.DivClassName
{
background-color: #F280DB;
}
.BgClassName
{
background-color: #F280DB;
}
</style>
border-color css
<style>
span { border-color: #F280DB; }
span { border-color: rgb(242,128,219); }
td.TdClassName
{
border-color: #F280DB;
}
.TagClassName
{
border-color: #F280DB;
}
</style>