Shades of Pale Magenta #F083DD
Tints of Pale Magenta #F083DD
RGB
CMYK
RGB Variations
Color information
#F083DD (or 0xF083DD) is known color: Pale Magenta. HEX triplet: F0, 83 and DD. RGB value is (240,131,221). Sum of RGB (Red+Green+Blue) = 240+131+221=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F083DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083DD is #0F7C22. Grayscale: #ADADAD. Windows color (decimal): -1014819 or 14517232. OLE color: 14517232.
HSL color Cylindrical-coordinate representation of color #F083DD: hue angle of 310.46º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F083DD is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 221 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.06 |
| HSL | 310.46º | 0.78% | 0.73% | - |
| HSV(B) | 310.46º | 0.45% | 0.94% | - |
| XYZ | 57.1 | 39.98 | 73.11 | - |
| YUV | 173.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 221 | 0 | 0.45 | 0.08 | 0.06 | 310.46 | 0.78 | 0.73 |
| Hex | F0 | 83 | DD | 0 | 2D | 8 | 6 | 136 | 4E | 49 |
| Octal | 360 | 203 | 335 | 0 | 55 | 10 | 6 | 466 | 116 | 111 |
| Binary | 11110000 | 10000011 | 11011101 | 0 | 101101 | 1000 | 110 | 100110110 | 1001110 | 1001001 |
Color Harmonies of #F083DD
Complementary color
Monochromatic Colors of #F083DD
Black with #F083DD
Text Example
Text Example
White with #F083DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083DD; }
p { color: rgb(240,131,221); }
H1.HeaderClassName
{
color: #F083DD;
}
.AnyTagClassName
{
color: #F083DD;
}
</style>
background-color css
<style>
a { background-color: #F083DD; }
a { background-color: rgb(240,131,221); }
div.DivClassName
{
background-color: #F083DD;
}
.BgClassName
{
background-color: #F083DD;
}
</style>
border-color css
<style>
span { border-color: #F083DD; }
span { border-color: rgb(240,131,221); }
td.TdClassName
{
border-color: #F083DD;
}
.TagClassName
{
border-color: #F083DD;
}
</style>