Shades of Fuchsia Pink #F77CFC
Tints of Fuchsia Pink #F77CFC
RGB
CMYK
RGB Variations
Color information
#F77CFC (or 0xF77CFC) is known color: Fuchsia Pink. HEX triplet: F7, 7C and FC. RGB value is (247,124,252). Sum of RGB (Red+Green+Blue) = 247+124+252=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 124 (48.83% from 255 or 19.90% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #F77CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CFC is #088303. Grayscale: #AEAEAE. Windows color (decimal): -557828 or 16547063. OLE color: 16547063.
HSL color Cylindrical-coordinate representation of color #F77CFC: hue angle of 297.66º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77CFC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 124 | 252 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.01 |
| HSL | 297.66º | 0.96% | 0.74% | - |
| HSV(B) | 297.66º | 0.51% | 0.99% | - |
| XYZ | 63.14 | 41.22 | 96.72 | - |
| YUV | 175.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 252 | 0.02 | 0.51 | 0 | 0.01 | 297.66 | 0.96 | 0.74 |
| Hex | F7 | 7C | FC | 2 | 33 | 0 | 1 | 12A | 60 | 4A |
| Octal | 367 | 174 | 374 | 2 | 63 | 0 | 1 | 452 | 140 | 112 |
| Binary | 11110111 | 1111100 | 11111100 | 10 | 110011 | 0 | 1 | 100101010 | 1100000 | 1001010 |
Color Harmonies of #F77CFC
Complementary color
Monochromatic Colors of #F77CFC
Black with #F77CFC
Text Example
Text Example
White with #F77CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CFC; }
p { color: rgb(247,124,252); }
H1.HeaderClassName
{
color: #F77CFC;
}
.AnyTagClassName
{
color: #F77CFC;
}
</style>
background-color css
<style>
a { background-color: #F77CFC; }
a { background-color: rgb(247,124,252); }
div.DivClassName
{
background-color: #F77CFC;
}
.BgClassName
{
background-color: #F77CFC;
}
</style>
border-color css
<style>
span { border-color: #F77CFC; }
span { border-color: rgb(247,124,252); }
td.TdClassName
{
border-color: #F77CFC;
}
.TagClassName
{
border-color: #F77CFC;
}
</style>