Shades of Pale Magenta #F280DF
Tints of Pale Magenta #F280DF
RGB
CMYK
RGB Variations
Color information
#F280DF (or 0xF280DF) is known color: Pale Magenta. HEX triplet: F2, 80 and DF. RGB value is (242,128,223). Sum of RGB (Red+Green+Blue) = 242+128+223=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F280DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280DF is #0D7F20. Grayscale: #ACACAC. Windows color (decimal): -884513 or 14647538. OLE color: 14647538.
HSL color Cylindrical-coordinate representation of color #F280DF: hue angle of 310º 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 #F280DF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 223 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.05 |
| HSL | 310º | 0.81% | 0.73% | - |
| HSV(B) | 310º | 0.47% | 0.95% | - |
| XYZ | 57.66 | 39.64 | 74.43 | - |
| YUV | 172.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 223 | 0 | 0.47 | 0.08 | 0.05 | 310 | 0.81 | 0.73 |
| Hex | F2 | 80 | DF | 0 | 2F | 8 | 5 | 136 | 51 | 49 |
| Octal | 362 | 200 | 337 | 0 | 57 | 10 | 5 | 466 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11011111 | 0 | 101111 | 1000 | 101 | 100110110 | 1010001 | 1001001 |
Color Harmonies of #F280DF
Complementary color
Monochromatic Colors of #F280DF
Black with #F280DF
Text Example
Text Example
White with #F280DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280DF; }
p { color: rgb(242,128,223); }
H1.HeaderClassName
{
color: #F280DF;
}
.AnyTagClassName
{
color: #F280DF;
}
</style>
background-color css
<style>
a { background-color: #F280DF; }
a { background-color: rgb(242,128,223); }
div.DivClassName
{
background-color: #F280DF;
}
.BgClassName
{
background-color: #F280DF;
}
</style>
border-color css
<style>
span { border-color: #F280DF; }
span { border-color: rgb(242,128,223); }
td.TdClassName
{
border-color: #F280DF;
}
.TagClassName
{
border-color: #F280DF;
}
</style>