Shades of Pale Magenta #F781D3
Tints of Pale Magenta #F781D3
RGB
CMYK
RGB Variations
Color information
#F781D3 (or 0xF781D3) is known color: Pale Magenta. HEX triplet: F7, 81 and D3. RGB value is (247,129,211). Sum of RGB (Red+Green+Blue) = 247+129+211=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F781D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781D3 is #087E2C. Grayscale: #ADADAD. Windows color (decimal): -556589 or 13861367. OLE color: 13861367.
HSL color Cylindrical-coordinate representation of color #F781D3: hue angle of 318.31º 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 #F781D3 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 211 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.03 |
| HSL | 318.31º | 0.88% | 0.74% | - |
| HSV(B) | 318.31º | 0.48% | 0.97% | - |
| XYZ | 57.97 | 40.18 | 66.33 | - |
| YUV | 173.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 211 | 0 | 0.48 | 0.15 | 0.03 | 318.31 | 0.88 | 0.74 |
| Hex | F7 | 81 | D3 | 0 | 30 | F | 3 | 13E | 58 | 4A |
| Octal | 367 | 201 | 323 | 0 | 60 | 17 | 3 | 476 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11010011 | 0 | 110000 | 1111 | 11 | 100111110 | 1011000 | 1001010 |
Color Harmonies of #F781D3
Complementary color
Monochromatic Colors of #F781D3
Black with #F781D3
Text Example
Text Example
White with #F781D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781D3; }
p { color: rgb(247,129,211); }
H1.HeaderClassName
{
color: #F781D3;
}
.AnyTagClassName
{
color: #F781D3;
}
</style>
background-color css
<style>
a { background-color: #F781D3; }
a { background-color: rgb(247,129,211); }
div.DivClassName
{
background-color: #F781D3;
}
.BgClassName
{
background-color: #F781D3;
}
</style>
border-color css
<style>
span { border-color: #F781D3; }
span { border-color: rgb(247,129,211); }
td.TdClassName
{
border-color: #F781D3;
}
.TagClassName
{
border-color: #F781D3;
}
</style>