Shades of Pale Magenta #F76FE2
Tints of Pale Magenta #F76FE2
RGB
CMYK
RGB Variations
Color information
#F76FE2 (or 0xF76FE2) is known color: Pale Magenta. HEX triplet: F7, 6F and E2. RGB value is (247,111,226). Sum of RGB (Red+Green+Blue) = 247+111+226=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FE2 is #08901D. Grayscale: #A4A4A4. Windows color (decimal): -561182 or 14839799. OLE color: 14839799.
HSL color Cylindrical-coordinate representation of color #F76FE2: hue angle of 309.26º 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 #F76FE2 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 226 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.03 |
| HSL | 309.26º | 0.89% | 0.7% | - |
| HSV(B) | 309.26º | 0.55% | 0.97% | - |
| XYZ | 57.77 | 36.63 | 75.98 | - |
| YUV | 164.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 226 | 0 | 0.55 | 0.09 | 0.03 | 309.26 | 0.89 | 0.7 |
| Hex | F7 | 6F | E2 | 0 | 37 | 9 | 3 | 135 | 59 | 46 |
| Octal | 367 | 157 | 342 | 0 | 67 | 11 | 3 | 465 | 131 | 106 |
| Binary | 11110111 | 1101111 | 11100010 | 0 | 110111 | 1001 | 11 | 100110101 | 1011001 | 1000110 |
Color Harmonies of #F76FE2
Complementary color
Monochromatic Colors of #F76FE2
Black with #F76FE2
Text Example
Text Example
White with #F76FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76FE2; }
p { color: rgb(247,111,226); }
H1.HeaderClassName
{
color: #F76FE2;
}
.AnyTagClassName
{
color: #F76FE2;
}
</style>
background-color css
<style>
a { background-color: #F76FE2; }
a { background-color: rgb(247,111,226); }
div.DivClassName
{
background-color: #F76FE2;
}
.BgClassName
{
background-color: #F76FE2;
}
</style>
border-color css
<style>
span { border-color: #F76FE2; }
span { border-color: rgb(247,111,226); }
td.TdClassName
{
border-color: #F76FE2;
}
.TagClassName
{
border-color: #F76FE2;
}
</style>