Shades of Pale Magenta #F780D4
Tints of Pale Magenta #F780D4
RGB
CMYK
RGB Variations
Color information
#F780D4 (or 0xF780D4) is known color: Pale Magenta. HEX triplet: F7, 80 and D4. RGB value is (247,128,212). Sum of RGB (Red+Green+Blue) = 247+128+212=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F780D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780D4 is #087F2B. Grayscale: #ACACAC. Windows color (decimal): -556844 or 13926647. OLE color: 13926647.
HSL color Cylindrical-coordinate representation of color #F780D4: hue angle of 317.65º 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 #F780D4 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 212 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.03 |
| HSL | 317.65º | 0.88% | 0.74% | - |
| HSV(B) | 317.65º | 0.48% | 0.97% | - |
| XYZ | 57.96 | 39.97 | 66.95 | - |
| YUV | 173.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 212 | 0 | 0.48 | 0.14 | 0.03 | 317.65 | 0.88 | 0.74 |
| Hex | F7 | 80 | D4 | 0 | 30 | E | 3 | 13E | 58 | 4A |
| Octal | 367 | 200 | 324 | 0 | 60 | 16 | 3 | 476 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11010100 | 0 | 110000 | 1110 | 11 | 100111110 | 1011000 | 1001010 |
Color Harmonies of #F780D4
Complementary color
Monochromatic Colors of #F780D4
Black with #F780D4
Text Example
Text Example
White with #F780D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780D4; }
p { color: rgb(247,128,212); }
H1.HeaderClassName
{
color: #F780D4;
}
.AnyTagClassName
{
color: #F780D4;
}
</style>
background-color css
<style>
a { background-color: #F780D4; }
a { background-color: rgb(247,128,212); }
div.DivClassName
{
background-color: #F780D4;
}
.BgClassName
{
background-color: #F780D4;
}
</style>
border-color css
<style>
span { border-color: #F780D4; }
span { border-color: rgb(247,128,212); }
td.TdClassName
{
border-color: #F780D4;
}
.TagClassName
{
border-color: #F780D4;
}
</style>