Shades of Pale Magenta #F280D3
Tints of Pale Magenta #F280D3
RGB
CMYK
RGB Variations
Color information
#F280D3 (or 0xF280D3) is known color: Pale Magenta. HEX triplet: F2, 80 and D3. RGB value is (242,128,211). Sum of RGB (Red+Green+Blue) = 242+128+211=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F280D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280D3 is #0D7F2C. Grayscale: #ABABAB. Windows color (decimal): -884525 or 13861106. OLE color: 13861106.
HSL color Cylindrical-coordinate representation of color #F280D3: hue angle of 316.32º 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 #F280D3 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 211 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.05 |
| HSL | 316.32º | 0.81% | 0.73% | - |
| HSV(B) | 316.32º | 0.47% | 0.95% | - |
| XYZ | 56.09 | 39.02 | 66.2 | - |
| YUV | 171.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 211 | 0 | 0.47 | 0.13 | 0.05 | 316.32 | 0.81 | 0.73 |
| Hex | F2 | 80 | D3 | 0 | 2F | D | 5 | 13C | 51 | 49 |
| Octal | 362 | 200 | 323 | 0 | 57 | 15 | 5 | 474 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11010011 | 0 | 101111 | 1101 | 101 | 100111100 | 1010001 | 1001001 |
Color Harmonies of #F280D3
Complementary color
Monochromatic Colors of #F280D3
Black with #F280D3
Text Example
Text Example
White with #F280D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280D3; }
p { color: rgb(242,128,211); }
H1.HeaderClassName
{
color: #F280D3;
}
.AnyTagClassName
{
color: #F280D3;
}
</style>
background-color css
<style>
a { background-color: #F280D3; }
a { background-color: rgb(242,128,211); }
div.DivClassName
{
background-color: #F280D3;
}
.BgClassName
{
background-color: #F280D3;
}
</style>
border-color css
<style>
span { border-color: #F280D3; }
span { border-color: rgb(242,128,211); }
td.TdClassName
{
border-color: #F280D3;
}
.TagClassName
{
border-color: #F280D3;
}
</style>