Shades of Pale Magenta #F76FDF
Tints of Pale Magenta #F76FDF
RGB
CMYK
RGB Variations
Color information
#F76FDF (or 0xF76FDF) is known color: Pale Magenta. HEX triplet: F7, 6F and DF. RGB value is (247,111,223). Sum of RGB (Red+Green+Blue) = 247+111+223=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FDF is #089020. Grayscale: #A4A4A4. Windows color (decimal): -561185 or 14643191. OLE color: 14643191.
HSL color Cylindrical-coordinate representation of color #F76FDF: hue angle of 310.59º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76FDF is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 223 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.03 |
| HSL | 310.59º | 0.89% | 0.7% | - |
| HSV(B) | 310.59º | 0.55% | 0.97% | - |
| XYZ | 57.36 | 36.47 | 73.83 | - |
| YUV | 164.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 223 | 0 | 0.55 | 0.10 | 0.03 | 310.59 | 0.89 | 0.7 |
| Hex | F7 | 6F | DF | 0 | 37 | A | 3 | 137 | 59 | 46 |
| Octal | 367 | 157 | 337 | 0 | 67 | 12 | 3 | 467 | 131 | 106 |
| Binary | 11110111 | 1101111 | 11011111 | 0 | 110111 | 1010 | 11 | 100110111 | 1011001 | 1000110 |
Color Harmonies of #F76FDF
Complementary color
Monochromatic Colors of #F76FDF
Black with #F76FDF
Text Example
Text Example
White with #F76FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76FDF; }
p { color: rgb(247,111,223); }
H1.HeaderClassName
{
color: #F76FDF;
}
.AnyTagClassName
{
color: #F76FDF;
}
</style>
background-color css
<style>
a { background-color: #F76FDF; }
a { background-color: rgb(247,111,223); }
div.DivClassName
{
background-color: #F76FDF;
}
.BgClassName
{
background-color: #F76FDF;
}
</style>
border-color css
<style>
span { border-color: #F76FDF; }
span { border-color: rgb(247,111,223); }
td.TdClassName
{
border-color: #F76FDF;
}
.TagClassName
{
border-color: #F76FDF;
}
</style>