Shades of Pale Magenta #F780DD
Tints of Pale Magenta #F780DD
RGB
CMYK
RGB Variations
Color information
#F780DD (or 0xF780DD) is known color: Pale Magenta. HEX triplet: F7, 80 and DD. RGB value is (247,128,221). Sum of RGB (Red+Green+Blue) = 247+128+221=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F780DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780DD is #087F22. Grayscale: #ADADAD. Windows color (decimal): -556835 or 14516471. OLE color: 14516471.
HSL color Cylindrical-coordinate representation of color #F780DD: hue angle of 313.11º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780DD is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 221 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.03 |
| HSL | 313.11º | 0.88% | 0.74% | - |
| HSV(B) | 313.11º | 0.48% | 0.97% | - |
| XYZ | 59.13 | 40.43 | 73.09 | - |
| YUV | 174.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 221 | 0 | 0.48 | 0.11 | 0.03 | 313.11 | 0.88 | 0.74 |
| Hex | F7 | 80 | DD | 0 | 30 | B | 3 | 139 | 58 | 4A |
| Octal | 367 | 200 | 335 | 0 | 60 | 13 | 3 | 471 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11011101 | 0 | 110000 | 1011 | 11 | 100111001 | 1011000 | 1001010 |
Color Harmonies of #F780DD
Complementary color
Monochromatic Colors of #F780DD
Black with #F780DD
Text Example
Text Example
White with #F780DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780DD; }
p { color: rgb(247,128,221); }
H1.HeaderClassName
{
color: #F780DD;
}
.AnyTagClassName
{
color: #F780DD;
}
</style>
background-color css
<style>
a { background-color: #F780DD; }
a { background-color: rgb(247,128,221); }
div.DivClassName
{
background-color: #F780DD;
}
.BgClassName
{
background-color: #F780DD;
}
</style>
border-color css
<style>
span { border-color: #F780DD; }
span { border-color: rgb(247,128,221); }
td.TdClassName
{
border-color: #F780DD;
}
.TagClassName
{
border-color: #F780DD;
}
</style>