Shades of Pale Magenta #F76FEA
Tints of Pale Magenta #F76FEA
RGB
CMYK
RGB Variations
Color information
#F76FEA (or 0xF76FEA) is known color: Pale Magenta. HEX triplet: F7, 6F and EA. RGB value is (247,111,234). Sum of RGB (Red+Green+Blue) = 247+111+234=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 111 (43.75% from 255 or 18.75% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76FEA is #089015. Grayscale: #A5A5A5. Windows color (decimal): -561174 or 15364087. OLE color: 15364087.
HSL color Cylindrical-coordinate representation of color #F76FEA: hue angle of 305.74º 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 #F76FEA is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 234 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.03 |
| HSL | 305.74º | 0.89% | 0.7% | - |
| HSV(B) | 305.74º | 0.55% | 0.97% | - |
| XYZ | 58.89 | 37.08 | 81.9 | - |
| YUV | 165.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 234 | 0 | 0.55 | 0.05 | 0.03 | 305.74 | 0.89 | 0.7 |
| Hex | F7 | 6F | EA | 0 | 37 | 5 | 3 | 132 | 59 | 46 |
| Octal | 367 | 157 | 352 | 0 | 67 | 5 | 3 | 462 | 131 | 106 |
| Binary | 11110111 | 1101111 | 11101010 | 0 | 110111 | 101 | 11 | 100110010 | 1011001 | 1000110 |
Color Harmonies of #F76FEA
Complementary color
Monochromatic Colors of #F76FEA
Black with #F76FEA
Text Example
Text Example
White with #F76FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76FEA; }
p { color: rgb(247,111,234); }
H1.HeaderClassName
{
color: #F76FEA;
}
.AnyTagClassName
{
color: #F76FEA;
}
</style>
background-color css
<style>
a { background-color: #F76FEA; }
a { background-color: rgb(247,111,234); }
div.DivClassName
{
background-color: #F76FEA;
}
.BgClassName
{
background-color: #F76FEA;
}
</style>
border-color css
<style>
span { border-color: #F76FEA; }
span { border-color: rgb(247,111,234); }
td.TdClassName
{
border-color: #F76FEA;
}
.TagClassName
{
border-color: #F76FEA;
}
</style>