Shades of Pale Magenta #F77BE2
Tints of Pale Magenta #F77BE2
RGB
CMYK
RGB Variations
Color information
#F77BE2 (or 0xF77BE2) is known color: Pale Magenta. HEX triplet: F7, 7B and E2. RGB value is (247,123,226). Sum of RGB (Red+Green+Blue) = 247+123+226=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BE2 is #08841D. Grayscale: #ABABAB. Windows color (decimal): -558110 or 14842871. OLE color: 14842871.
HSL color Cylindrical-coordinate representation of color #F77BE2: hue angle of 310.16º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BE2 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 226 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.03 |
| HSL | 310.16º | 0.89% | 0.73% | - |
| HSV(B) | 310.16º | 0.5% | 0.97% | - |
| XYZ | 59.17 | 39.43 | 76.44 | - |
| YUV | 171.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 226 | 0 | 0.50 | 0.09 | 0.03 | 310.16 | 0.89 | 0.73 |
| Hex | F7 | 7B | E2 | 0 | 32 | 9 | 3 | 136 | 59 | 49 |
| Octal | 367 | 173 | 342 | 0 | 62 | 11 | 3 | 466 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11100010 | 0 | 110010 | 1001 | 11 | 100110110 | 1011001 | 1001001 |
Color Harmonies of #F77BE2
Complementary color
Monochromatic Colors of #F77BE2
Black with #F77BE2
Text Example
Text Example
White with #F77BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BE2; }
p { color: rgb(247,123,226); }
H1.HeaderClassName
{
color: #F77BE2;
}
.AnyTagClassName
{
color: #F77BE2;
}
</style>
background-color css
<style>
a { background-color: #F77BE2; }
a { background-color: rgb(247,123,226); }
div.DivClassName
{
background-color: #F77BE2;
}
.BgClassName
{
background-color: #F77BE2;
}
</style>
border-color css
<style>
span { border-color: #F77BE2; }
span { border-color: rgb(247,123,226); }
td.TdClassName
{
border-color: #F77BE2;
}
.TagClassName
{
border-color: #F77BE2;
}
</style>