Shades of Pale Magenta #F76BDC
Tints of Pale Magenta #F76BDC
RGB
CMYK
RGB Variations
Color information
#F76BDC (or 0xF76BDC) is known color: Pale Magenta. HEX triplet: F7, 6B and DC. RGB value is (247,107,220). Sum of RGB (Red+Green+Blue) = 247+107+220=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BDC is #089423. Grayscale: #A1A1A1. Windows color (decimal): -562212 or 14445559. OLE color: 14445559.
HSL color Cylindrical-coordinate representation of color #F76BDC: hue angle of 311.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76BDC is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 220 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.03 |
| HSL | 311.57º | 0.9% | 0.69% | - |
| HSV(B) | 311.57º | 0.57% | 0.97% | - |
| XYZ | 56.53 | 35.46 | 71.57 | - |
| YUV | 161.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 220 | 0 | 0.57 | 0.11 | 0.03 | 311.57 | 0.9 | 0.69 |
| Hex | F7 | 6B | DC | 0 | 39 | B | 3 | 138 | 5A | 45 |
| Octal | 367 | 153 | 334 | 0 | 71 | 13 | 3 | 470 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11011100 | 0 | 111001 | 1011 | 11 | 100111000 | 1011010 | 1000101 |
Color Harmonies of #F76BDC
Complementary color
Monochromatic Colors of #F76BDC
Black with #F76BDC
Text Example
Text Example
White with #F76BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BDC; }
p { color: rgb(247,107,220); }
H1.HeaderClassName
{
color: #F76BDC;
}
.AnyTagClassName
{
color: #F76BDC;
}
</style>
background-color css
<style>
a { background-color: #F76BDC; }
a { background-color: rgb(247,107,220); }
div.DivClassName
{
background-color: #F76BDC;
}
.BgClassName
{
background-color: #F76BDC;
}
</style>
border-color css
<style>
span { border-color: #F76BDC; }
span { border-color: rgb(247,107,220); }
td.TdClassName
{
border-color: #F76BDC;
}
.TagClassName
{
border-color: #F76BDC;
}
</style>