Shades of Pale Magenta #F76CDF
Tints of Pale Magenta #F76CDF
RGB
CMYK
RGB Variations
Color information
#F76CDF (or 0xF76CDF) is known color: Pale Magenta. HEX triplet: F7, 6C and DF. RGB value is (247,108,223). Sum of RGB (Red+Green+Blue) = 247+108+223=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CDF is #089320. Grayscale: #A2A2A2. Windows color (decimal): -561953 or 14642423. OLE color: 14642423.
HSL color Cylindrical-coordinate representation of color #F76CDF: hue angle of 310.36º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76CDF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 223 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.03 |
| HSL | 310.36º | 0.9% | 0.7% | - |
| HSV(B) | 310.36º | 0.56% | 0.97% | - |
| XYZ | 57.04 | 35.83 | 73.72 | - |
| YUV | 162.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 223 | 0 | 0.56 | 0.10 | 0.03 | 310.36 | 0.9 | 0.7 |
| Hex | F7 | 6C | DF | 0 | 38 | A | 3 | 136 | 5A | 46 |
| Octal | 367 | 154 | 337 | 0 | 70 | 12 | 3 | 466 | 132 | 106 |
| Binary | 11110111 | 1101100 | 11011111 | 0 | 111000 | 1010 | 11 | 100110110 | 1011010 | 1000110 |
Color Harmonies of #F76CDF
Complementary color
Monochromatic Colors of #F76CDF
Black with #F76CDF
Text Example
Text Example
White with #F76CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CDF; }
p { color: rgb(247,108,223); }
H1.HeaderClassName
{
color: #F76CDF;
}
.AnyTagClassName
{
color: #F76CDF;
}
</style>
background-color css
<style>
a { background-color: #F76CDF; }
a { background-color: rgb(247,108,223); }
div.DivClassName
{
background-color: #F76CDF;
}
.BgClassName
{
background-color: #F76CDF;
}
</style>
border-color css
<style>
span { border-color: #F76CDF; }
span { border-color: rgb(247,108,223); }
td.TdClassName
{
border-color: #F76CDF;
}
.TagClassName
{
border-color: #F76CDF;
}
</style>