Shades of Pale Magenta #F780E0
Tints of Pale Magenta #F780E0
RGB
CMYK
RGB Variations
Color information
#F780E0 (or 0xF780E0) is known color: Pale Magenta. HEX triplet: F7, 80 and E0. RGB value is (247,128,224). Sum of RGB (Red+Green+Blue) = 247+128+224=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F780E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780E0 is #087F1F. Grayscale: #AEAEAE. Windows color (decimal): -556832 or 14713079. OLE color: 14713079.
HSL color Cylindrical-coordinate representation of color #F780E0: hue angle of 311.6º 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 #F780E0 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 224 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.03 |
| HSL | 311.6º | 0.88% | 0.74% | - |
| HSV(B) | 311.6º | 0.48% | 0.97% | - |
| XYZ | 59.53 | 40.59 | 75.22 | - |
| YUV | 174.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 224 | 0 | 0.48 | 0.09 | 0.03 | 311.6 | 0.88 | 0.74 |
| Hex | F7 | 80 | E0 | 0 | 30 | 9 | 3 | 138 | 58 | 4A |
| Octal | 367 | 200 | 340 | 0 | 60 | 11 | 3 | 470 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11100000 | 0 | 110000 | 1001 | 11 | 100111000 | 1011000 | 1001010 |
Color Harmonies of #F780E0
Complementary color
Monochromatic Colors of #F780E0
Black with #F780E0
Text Example
Text Example
White with #F780E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780E0; }
p { color: rgb(247,128,224); }
H1.HeaderClassName
{
color: #F780E0;
}
.AnyTagClassName
{
color: #F780E0;
}
</style>
background-color css
<style>
a { background-color: #F780E0; }
a { background-color: rgb(247,128,224); }
div.DivClassName
{
background-color: #F780E0;
}
.BgClassName
{
background-color: #F780E0;
}
</style>
border-color css
<style>
span { border-color: #F780E0; }
span { border-color: rgb(247,128,224); }
td.TdClassName
{
border-color: #F780E0;
}
.TagClassName
{
border-color: #F780E0;
}
</style>