Shades of Fuchsia Pink #F77CFA
Tints of Fuchsia Pink #F77CFA
RGB
CMYK
RGB Variations
Color information
#F77CFA (or 0xF77CFA) is known color: Fuchsia Pink. HEX triplet: F7, 7C and FA. RGB value is (247,124,250). Sum of RGB (Red+Green+Blue) = 247+124+250=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 124 (48.83% from 255 or 19.97% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #F77CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CFA is #088305. Grayscale: #AEAEAE. Windows color (decimal): -557830 or 16415991. OLE color: 16415991.
HSL color Cylindrical-coordinate representation of color #F77CFA: hue angle of 298.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CFA is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 124 | 250 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.02 |
| HSL | 298.57º | 0.93% | 0.73% | - |
| HSV(B) | 298.57º | 0.5% | 0.98% | - |
| XYZ | 62.82 | 41.09 | 95.06 | - |
| YUV | 175.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 250 | 0.01 | 0.50 | 0 | 0.02 | 298.57 | 0.93 | 0.73 |
| Hex | F7 | 7C | FA | 1 | 32 | 0 | 2 | 12B | 5D | 49 |
| Octal | 367 | 174 | 372 | 1 | 62 | 0 | 2 | 453 | 135 | 111 |
| Binary | 11110111 | 1111100 | 11111010 | 1 | 110010 | 0 | 10 | 100101011 | 1011101 | 1001001 |
Color Harmonies of #F77CFA
Complementary color
Monochromatic Colors of #F77CFA
Black with #F77CFA
Text Example
Text Example
White with #F77CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CFA; }
p { color: rgb(247,124,250); }
H1.HeaderClassName
{
color: #F77CFA;
}
.AnyTagClassName
{
color: #F77CFA;
}
</style>
background-color css
<style>
a { background-color: #F77CFA; }
a { background-color: rgb(247,124,250); }
div.DivClassName
{
background-color: #F77CFA;
}
.BgClassName
{
background-color: #F77CFA;
}
</style>
border-color css
<style>
span { border-color: #F77CFA; }
span { border-color: rgb(247,124,250); }
td.TdClassName
{
border-color: #F77CFA;
}
.TagClassName
{
border-color: #F77CFA;
}
</style>