Shades of Pale Magenta #F782DB
Tints of Pale Magenta #F782DB
RGB
CMYK
RGB Variations
Color information
#F782DB (or 0xF782DB) is known color: Pale Magenta. HEX triplet: F7, 82 and DB. RGB value is (247,130,219). Sum of RGB (Red+Green+Blue) = 247+130+219=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F782DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782DB is #087D24. Grayscale: #AEAEAE. Windows color (decimal): -556325 or 14385911. OLE color: 14385911.
HSL color Cylindrical-coordinate representation of color #F782DB: hue angle of 314.36º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F782DB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 219 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.03 |
| HSL | 314.36º | 0.88% | 0.74% | - |
| HSV(B) | 314.36º | 0.47% | 0.97% | - |
| XYZ | 59.13 | 40.85 | 71.79 | - |
| YUV | 175.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 219 | 0 | 0.47 | 0.11 | 0.03 | 314.36 | 0.88 | 0.74 |
| Hex | F7 | 82 | DB | 0 | 2F | B | 3 | 13A | 58 | 4A |
| Octal | 367 | 202 | 333 | 0 | 57 | 13 | 3 | 472 | 130 | 112 |
| Binary | 11110111 | 10000010 | 11011011 | 0 | 101111 | 1011 | 11 | 100111010 | 1011000 | 1001010 |
Color Harmonies of #F782DB
Complementary color
Monochromatic Colors of #F782DB
Black with #F782DB
Text Example
Text Example
White with #F782DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F782DB; }
p { color: rgb(247,130,219); }
H1.HeaderClassName
{
color: #F782DB;
}
.AnyTagClassName
{
color: #F782DB;
}
</style>
background-color css
<style>
a { background-color: #F782DB; }
a { background-color: rgb(247,130,219); }
div.DivClassName
{
background-color: #F782DB;
}
.BgClassName
{
background-color: #F782DB;
}
</style>
border-color css
<style>
span { border-color: #F782DB; }
span { border-color: rgb(247,130,219); }
td.TdClassName
{
border-color: #F782DB;
}
.TagClassName
{
border-color: #F782DB;
}
</style>