Shades of Pale Magenta #F280DC
Tints of Pale Magenta #F280DC
RGB
CMYK
RGB Variations
Color information
#F280DC (or 0xF280DC) is known color: Pale Magenta. HEX triplet: F2, 80 and DC. RGB value is (242,128,220). Sum of RGB (Red+Green+Blue) = 242+128+220=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F280DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280DC is #0D7F23. Grayscale: #ACACAC. Windows color (decimal): -884516 or 14450930. OLE color: 14450930.
HSL color Cylindrical-coordinate representation of color #F280DC: hue angle of 311.58º 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 #F280DC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 220 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.05 |
| HSL | 311.58º | 0.81% | 0.73% | - |
| HSV(B) | 311.58º | 0.47% | 0.95% | - |
| XYZ | 57.26 | 39.48 | 72.31 | - |
| YUV | 172.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 220 | 0 | 0.47 | 0.09 | 0.05 | 311.58 | 0.81 | 0.73 |
| Hex | F2 | 80 | DC | 0 | 2F | 9 | 5 | 138 | 51 | 49 |
| Octal | 362 | 200 | 334 | 0 | 57 | 11 | 5 | 470 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11011100 | 0 | 101111 | 1001 | 101 | 100111000 | 1010001 | 1001001 |
Color Harmonies of #F280DC
Complementary color
Monochromatic Colors of #F280DC
Black with #F280DC
Text Example
Text Example
White with #F280DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280DC; }
p { color: rgb(242,128,220); }
H1.HeaderClassName
{
color: #F280DC;
}
.AnyTagClassName
{
color: #F280DC;
}
</style>
background-color css
<style>
a { background-color: #F280DC; }
a { background-color: rgb(242,128,220); }
div.DivClassName
{
background-color: #F280DC;
}
.BgClassName
{
background-color: #F280DC;
}
</style>
border-color css
<style>
span { border-color: #F280DC; }
span { border-color: rgb(242,128,220); }
td.TdClassName
{
border-color: #F280DC;
}
.TagClassName
{
border-color: #F280DC;
}
</style>