Shades of Pale Magenta #F783D5
Tints of Pale Magenta #F783D5
RGB
CMYK
RGB Variations
Color information
#F783D5 (or 0xF783D5) is known color: Pale Magenta. HEX triplet: F7, 83 and D5. RGB value is (247,131,213). Sum of RGB (Red+Green+Blue) = 247+131+213=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F783D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F783D5 is #087C2A. Grayscale: #AEAEAE. Windows color (decimal): -556075 or 13992951. OLE color: 13992951.
HSL color Cylindrical-coordinate representation of color #F783D5: hue angle of 317.59º 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 #F783D5 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 213 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.03 |
| HSL | 317.59º | 0.88% | 0.74% | - |
| HSV(B) | 317.59º | 0.47% | 0.97% | - |
| XYZ | 58.48 | 40.81 | 67.75 | - |
| YUV | 175.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 213 | 0 | 0.47 | 0.14 | 0.03 | 317.59 | 0.88 | 0.74 |
| Hex | F7 | 83 | D5 | 0 | 2F | E | 3 | 13E | 58 | 4A |
| Octal | 367 | 203 | 325 | 0 | 57 | 16 | 3 | 476 | 130 | 112 |
| Binary | 11110111 | 10000011 | 11010101 | 0 | 101111 | 1110 | 11 | 100111110 | 1011000 | 1001010 |
Color Harmonies of #F783D5
Complementary color
Monochromatic Colors of #F783D5
Black with #F783D5
Text Example
Text Example
White with #F783D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F783D5; }
p { color: rgb(247,131,213); }
H1.HeaderClassName
{
color: #F783D5;
}
.AnyTagClassName
{
color: #F783D5;
}
</style>
background-color css
<style>
a { background-color: #F783D5; }
a { background-color: rgb(247,131,213); }
div.DivClassName
{
background-color: #F783D5;
}
.BgClassName
{
background-color: #F783D5;
}
</style>
border-color css
<style>
span { border-color: #F783D5; }
span { border-color: rgb(247,131,213); }
td.TdClassName
{
border-color: #F783D5;
}
.TagClassName
{
border-color: #F783D5;
}
</style>