Shades of Pale Magenta #F280DA
Tints of Pale Magenta #F280DA
RGB
CMYK
RGB Variations
Color information
#F280DA (or 0xF280DA) is known color: Pale Magenta. HEX triplet: F2, 80 and DA. RGB value is (242,128,218). Sum of RGB (Red+Green+Blue) = 242+128+218=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F280DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280DA is #0D7F25. Grayscale: #ACACAC. Windows color (decimal): -884518 or 14319858. OLE color: 14319858.
HSL color Cylindrical-coordinate representation of color #F280DA: hue angle of 312.63º 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 #F280DA is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 218 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.05 |
| HSL | 312.63º | 0.81% | 0.73% | - |
| HSV(B) | 312.63º | 0.47% | 0.95% | - |
| XYZ | 56.99 | 39.38 | 70.93 | - |
| YUV | 172.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 218 | 0 | 0.47 | 0.10 | 0.05 | 312.63 | 0.81 | 0.73 |
| Hex | F2 | 80 | DA | 0 | 2F | A | 5 | 139 | 51 | 49 |
| Octal | 362 | 200 | 332 | 0 | 57 | 12 | 5 | 471 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11011010 | 0 | 101111 | 1010 | 101 | 100111001 | 1010001 | 1001001 |
Color Harmonies of #F280DA
Complementary color
Monochromatic Colors of #F280DA
Black with #F280DA
Text Example
Text Example
White with #F280DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280DA; }
p { color: rgb(242,128,218); }
H1.HeaderClassName
{
color: #F280DA;
}
.AnyTagClassName
{
color: #F280DA;
}
</style>
background-color css
<style>
a { background-color: #F280DA; }
a { background-color: rgb(242,128,218); }
div.DivClassName
{
background-color: #F280DA;
}
.BgClassName
{
background-color: #F280DA;
}
</style>
border-color css
<style>
span { border-color: #F280DA; }
span { border-color: rgb(242,128,218); }
td.TdClassName
{
border-color: #F280DA;
}
.TagClassName
{
border-color: #F280DA;
}
</style>