Shades of Pale Magenta #F783DA
Tints of Pale Magenta #F783DA
RGB
CMYK
RGB Variations
Color information
#F783DA (or 0xF783DA) is known color: Pale Magenta. HEX triplet: F7, 83 and DA. RGB value is (247,131,218). Sum of RGB (Red+Green+Blue) = 247+131+218=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 131 (51.56% from 255 or 21.98% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F783DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F783DA is #087C25. Grayscale: #AFAFAF. Windows color (decimal): -556070 or 14320631. OLE color: 14320631.
HSL color Cylindrical-coordinate representation of color #F783DA: hue angle of 315º 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 #F783DA is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 218 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.03 |
| HSL | 315º | 0.88% | 0.74% | - |
| HSV(B) | 315º | 0.47% | 0.97% | - |
| XYZ | 59.13 | 41.07 | 71.14 | - |
| YUV | 175.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 218 | 0 | 0.47 | 0.12 | 0.03 | 315 | 0.88 | 0.74 |
| Hex | F7 | 83 | DA | 0 | 2F | C | 3 | 13B | 58 | 4A |
| Octal | 367 | 203 | 332 | 0 | 57 | 14 | 3 | 473 | 130 | 112 |
| Binary | 11110111 | 10000011 | 11011010 | 0 | 101111 | 1100 | 11 | 100111011 | 1011000 | 1001010 |
Color Harmonies of #F783DA
Complementary color
Monochromatic Colors of #F783DA
Black with #F783DA
Text Example
Text Example
White with #F783DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F783DA; }
p { color: rgb(247,131,218); }
H1.HeaderClassName
{
color: #F783DA;
}
.AnyTagClassName
{
color: #F783DA;
}
</style>
background-color css
<style>
a { background-color: #F783DA; }
a { background-color: rgb(247,131,218); }
div.DivClassName
{
background-color: #F783DA;
}
.BgClassName
{
background-color: #F783DA;
}
</style>
border-color css
<style>
span { border-color: #F783DA; }
span { border-color: rgb(247,131,218); }
td.TdClassName
{
border-color: #F783DA;
}
.TagClassName
{
border-color: #F783DA;
}
</style>