Shades of Fuchsia Pink #F77EFF
Tints of Fuchsia Pink #F77EFF
RGB
CMYK
RGB Variations
Color information
#F77EFF (or 0xF77EFF) is known color: Fuchsia Pink. HEX triplet: F7, 7E and FF. RGB value is (247,126,255). Sum of RGB (Red+Green+Blue) = 247+126+255=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 126 (49.61% from 255 or 20.06% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #F77EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EFF is #088100. Grayscale: #B0B0B0. Windows color (decimal): -557313 or 16744183. OLE color: 16744183.
HSL color Cylindrical-coordinate representation of color #F77EFF: hue angle of 296.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77EFF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 126 | 255 | - |
| CMYK | 0.03 | 0.51 | 0 | 0 |
| HSL | 296.28º | 1% | 0.75% | - |
| HSV(B) | 296.28º | 0.51% | 1% | - |
| XYZ | 63.87 | 41.92 | 99.33 | - |
| YUV | 176.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 255 | 0.03 | 0.51 | 0 | 0 | 296.28 | 1 | 0.75 |
| Hex | F7 | 7E | FF | 3 | 33 | 0 | 0 | 128 | 64 | 4B |
| Octal | 367 | 176 | 377 | 3 | 63 | 0 | 0 | 450 | 144 | 113 |
| Binary | 11110111 | 1111110 | 11111111 | 11 | 110011 | 0 | 0 | 100101000 | 1100100 | 1001011 |
Color Harmonies of #F77EFF
Complementary color
Monochromatic Colors of #F77EFF
Black with #F77EFF
Text Example
Text Example
White with #F77EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EFF; }
p { color: rgb(247,126,255); }
H1.HeaderClassName
{
color: #F77EFF;
}
.AnyTagClassName
{
color: #F77EFF;
}
</style>
background-color css
<style>
a { background-color: #F77EFF; }
a { background-color: rgb(247,126,255); }
div.DivClassName
{
background-color: #F77EFF;
}
.BgClassName
{
background-color: #F77EFF;
}
</style>
border-color css
<style>
span { border-color: #F77EFF; }
span { border-color: rgb(247,126,255); }
td.TdClassName
{
border-color: #F77EFF;
}
.TagClassName
{
border-color: #F77EFF;
}
</style>