Shades of Pale Magenta #F083DB
Tints of Pale Magenta #F083DB
RGB
CMYK
RGB Variations
Color information
#F083DB (or 0xF083DB) is known color: Pale Magenta. HEX triplet: F0, 83 and DB. RGB value is (240,131,219). Sum of RGB (Red+Green+Blue) = 240+131+219=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F083DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083DB is #0F7C24. Grayscale: #ADADAD. Windows color (decimal): -1014821 or 14386160. OLE color: 14386160.
HSL color Cylindrical-coordinate representation of color #F083DB: hue angle of 311.56º 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 #F083DB is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 219 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.06 |
| HSL | 311.56º | 0.78% | 0.73% | - |
| HSV(B) | 311.56º | 0.45% | 0.94% | - |
| XYZ | 56.84 | 39.87 | 71.72 | - |
| YUV | 173.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 219 | 0 | 0.45 | 0.09 | 0.06 | 311.56 | 0.78 | 0.73 |
| Hex | F0 | 83 | DB | 0 | 2D | 9 | 6 | 138 | 4E | 49 |
| Octal | 360 | 203 | 333 | 0 | 55 | 11 | 6 | 470 | 116 | 111 |
| Binary | 11110000 | 10000011 | 11011011 | 0 | 101101 | 1001 | 110 | 100111000 | 1001110 | 1001001 |
Color Harmonies of #F083DB
Complementary color
Monochromatic Colors of #F083DB
Black with #F083DB
Text Example
Text Example
White with #F083DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083DB; }
p { color: rgb(240,131,219); }
H1.HeaderClassName
{
color: #F083DB;
}
.AnyTagClassName
{
color: #F083DB;
}
</style>
background-color css
<style>
a { background-color: #F083DB; }
a { background-color: rgb(240,131,219); }
div.DivClassName
{
background-color: #F083DB;
}
.BgClassName
{
background-color: #F083DB;
}
</style>
border-color css
<style>
span { border-color: #F083DB; }
span { border-color: rgb(240,131,219); }
td.TdClassName
{
border-color: #F083DB;
}
.TagClassName
{
border-color: #F083DB;
}
</style>