Shades of Pale Magenta #F76FE1
Tints of Pale Magenta #F76FE1
RGB
CMYK
RGB Variations
Color information
#F76FE1 (or 0xF76FE1) is known color: Pale Magenta. HEX triplet: F7, 6F and E1. RGB value is (247,111,225). Sum of RGB (Red+Green+Blue) = 247+111+225=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FE1 is #08901E. Grayscale: #A4A4A4. Windows color (decimal): -561183 or 14774263. OLE color: 14774263.
HSL color Cylindrical-coordinate representation of color #F76FE1: hue angle of 309.71º 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 #F76FE1 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 225 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.03 |
| HSL | 309.71º | 0.89% | 0.7% | - |
| HSV(B) | 309.71º | 0.55% | 0.97% | - |
| XYZ | 57.63 | 36.58 | 75.26 | - |
| YUV | 164.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 225 | 0 | 0.55 | 0.09 | 0.03 | 309.71 | 0.89 | 0.7 |
| Hex | F7 | 6F | E1 | 0 | 37 | 9 | 3 | 136 | 59 | 46 |
| Octal | 367 | 157 | 341 | 0 | 67 | 11 | 3 | 466 | 131 | 106 |
| Binary | 11110111 | 1101111 | 11100001 | 0 | 110111 | 1001 | 11 | 100110110 | 1011001 | 1000110 |
Color Harmonies of #F76FE1
Complementary color
Monochromatic Colors of #F76FE1
Black with #F76FE1
Text Example
Text Example
White with #F76FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76FE1; }
p { color: rgb(247,111,225); }
H1.HeaderClassName
{
color: #F76FE1;
}
.AnyTagClassName
{
color: #F76FE1;
}
</style>
background-color css
<style>
a { background-color: #F76FE1; }
a { background-color: rgb(247,111,225); }
div.DivClassName
{
background-color: #F76FE1;
}
.BgClassName
{
background-color: #F76FE1;
}
</style>
border-color css
<style>
span { border-color: #F76FE1; }
span { border-color: rgb(247,111,225); }
td.TdClassName
{
border-color: #F76FE1;
}
.TagClassName
{
border-color: #F76FE1;
}
</style>