Shades of Fuchsia Pink #F77FFA
Tints of Fuchsia Pink #F77FFA
RGB
CMYK
RGB Variations
Color information
#F77FFA (or 0xF77FFA) is known color: Fuchsia Pink. HEX triplet: F7, 7F and FA. RGB value is (247,127,250). Sum of RGB (Red+Green+Blue) = 247+127+250=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 127 (50% from 255 or 20.35% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #F77FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FFA is #088005. Grayscale: #B0B0B0. Windows color (decimal): -557062 or 16416759. OLE color: 16416759.
HSL color Cylindrical-coordinate representation of color #F77FFA: hue angle of 298.54º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77FFA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 127 | 250 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.02 |
| HSL | 298.54º | 0.92% | 0.74% | - |
| HSV(B) | 298.54º | 0.49% | 0.98% | - |
| XYZ | 63.2 | 41.86 | 95.19 | - |
| YUV | 176.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 250 | 0.01 | 0.49 | 0 | 0.02 | 298.54 | 0.92 | 0.74 |
| Hex | F7 | 7F | FA | 1 | 31 | 0 | 2 | 12B | 5C | 4A |
| Octal | 367 | 177 | 372 | 1 | 61 | 0 | 2 | 453 | 134 | 112 |
| Binary | 11110111 | 1111111 | 11111010 | 1 | 110001 | 0 | 10 | 100101011 | 1011100 | 1001010 |
Color Harmonies of #F77FFA
Complementary color
Monochromatic Colors of #F77FFA
Black with #F77FFA
Text Example
Text Example
White with #F77FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FFA; }
p { color: rgb(247,127,250); }
H1.HeaderClassName
{
color: #F77FFA;
}
.AnyTagClassName
{
color: #F77FFA;
}
</style>
background-color css
<style>
a { background-color: #F77FFA; }
a { background-color: rgb(247,127,250); }
div.DivClassName
{
background-color: #F77FFA;
}
.BgClassName
{
background-color: #F77FFA;
}
</style>
border-color css
<style>
span { border-color: #F77FFA; }
span { border-color: rgb(247,127,250); }
td.TdClassName
{
border-color: #F77FFA;
}
.TagClassName
{
border-color: #F77FFA;
}
</style>