Shades of Pale Magenta #F583DB
Tints of Pale Magenta #F583DB
RGB
CMYK
RGB Variations
Color information
#F583DB (or 0xF583DB) is known color: Pale Magenta. HEX triplet: F5, 83 and DB. RGB value is (245,131,219). Sum of RGB (Red+Green+Blue) = 245+131+219=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F583DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583DB is #0A7C24. Grayscale: #AEAEAE. Windows color (decimal): -687141 or 14386165. OLE color: 14386165.
HSL color Cylindrical-coordinate representation of color #F583DB: hue angle of 313.68º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F583DB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 219 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.04 |
| HSL | 313.68º | 0.85% | 0.74% | - |
| HSV(B) | 313.68º | 0.47% | 0.96% | - |
| XYZ | 58.56 | 40.76 | 71.8 | - |
| YUV | 175.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 219 | 0 | 0.47 | 0.11 | 0.04 | 313.68 | 0.85 | 0.74 |
| Hex | F5 | 83 | DB | 0 | 2F | B | 4 | 13A | 55 | 4A |
| Octal | 365 | 203 | 333 | 0 | 57 | 13 | 4 | 472 | 125 | 112 |
| Binary | 11110101 | 10000011 | 11011011 | 0 | 101111 | 1011 | 100 | 100111010 | 1010101 | 1001010 |
Color Harmonies of #F583DB
Complementary color
Monochromatic Colors of #F583DB
Black with #F583DB
Text Example
Text Example
White with #F583DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F583DB; }
p { color: rgb(245,131,219); }
H1.HeaderClassName
{
color: #F583DB;
}
.AnyTagClassName
{
color: #F583DB;
}
</style>
background-color css
<style>
a { background-color: #F583DB; }
a { background-color: rgb(245,131,219); }
div.DivClassName
{
background-color: #F583DB;
}
.BgClassName
{
background-color: #F583DB;
}
</style>
border-color css
<style>
span { border-color: #F583DB; }
span { border-color: rgb(245,131,219); }
td.TdClassName
{
border-color: #F583DB;
}
.TagClassName
{
border-color: #F583DB;
}
</style>