Shades of Fuchsia Pink #F77CF6
Tints of Fuchsia Pink #F77CF6
RGB
CMYK
RGB Variations
Color information
#F77CF6 (or 0xF77CF6) is known color: Fuchsia Pink. HEX triplet: F7, 7C and F6. RGB value is (247,124,246). Sum of RGB (Red+Green+Blue) = 247+124+246=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CF6 is #088309. Grayscale: #AEAEAE. Windows color (decimal): -557834 or 16153847. OLE color: 16153847.
HSL color Cylindrical-coordinate representation of color #F77CF6: hue angle of 300.49º degrees, saturation: 0.88, 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 #F77CF6 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 246 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.03 |
| HSL | 300.49º | 0.88% | 0.73% | - |
| HSV(B) | 300.49º | 0.5% | 0.97% | - |
| XYZ | 62.2 | 40.84 | 91.79 | - |
| YUV | 174.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 246 | 0 | 0.50 | 0.00 | 0.03 | 300.49 | 0.88 | 0.73 |
| Hex | F7 | 7C | F6 | 0 | 32 | 0 | 3 | 12C | 58 | 49 |
| Octal | 367 | 174 | 366 | 0 | 62 | 0 | 3 | 454 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11110110 | 0 | 110010 | 0 | 11 | 100101100 | 1011000 | 1001001 |
Color Harmonies of #F77CF6
Complementary color
Monochromatic Colors of #F77CF6
Black with #F77CF6
Text Example
Text Example
White with #F77CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CF6; }
p { color: rgb(247,124,246); }
H1.HeaderClassName
{
color: #F77CF6;
}
.AnyTagClassName
{
color: #F77CF6;
}
</style>
background-color css
<style>
a { background-color: #F77CF6; }
a { background-color: rgb(247,124,246); }
div.DivClassName
{
background-color: #F77CF6;
}
.BgClassName
{
background-color: #F77CF6;
}
</style>
border-color css
<style>
span { border-color: #F77CF6; }
span { border-color: rgb(247,124,246); }
td.TdClassName
{
border-color: #F77CF6;
}
.TagClassName
{
border-color: #F77CF6;
}
</style>