Shades of Fuchsia Pink #F77BFC
Tints of Fuchsia Pink #F77BFC
RGB
CMYK
RGB Variations
Color information
#F77BFC (or 0xF77BFC) is known color: Fuchsia Pink. HEX triplet: F7, 7B and FC. RGB value is (247,123,252). Sum of RGB (Red+Green+Blue) = 247+123+252=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 123 (48.44% from 255 or 19.77% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #F77BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77BFC is #088403. Grayscale: #AEAEAE. Windows color (decimal): -558084 or 16546807. OLE color: 16546807.
HSL color Cylindrical-coordinate representation of color #F77BFC: hue angle of 297.67º 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 #F77BFC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 123 | 252 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.01 |
| HSL | 297.67º | 0.96% | 0.74% | - |
| HSV(B) | 297.67º | 0.51% | 0.99% | - |
| XYZ | 63.01 | 40.97 | 96.68 | - |
| YUV | 174.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 252 | 0.02 | 0.51 | 0 | 0.01 | 297.67 | 0.96 | 0.74 |
| Hex | F7 | 7B | FC | 2 | 33 | 0 | 1 | 12A | 60 | 4A |
| Octal | 367 | 173 | 374 | 2 | 63 | 0 | 1 | 452 | 140 | 112 |
| Binary | 11110111 | 1111011 | 11111100 | 10 | 110011 | 0 | 1 | 100101010 | 1100000 | 1001010 |
Color Harmonies of #F77BFC
Complementary color
Monochromatic Colors of #F77BFC
Black with #F77BFC
Text Example
Text Example
White with #F77BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BFC; }
p { color: rgb(247,123,252); }
H1.HeaderClassName
{
color: #F77BFC;
}
.AnyTagClassName
{
color: #F77BFC;
}
</style>
background-color css
<style>
a { background-color: #F77BFC; }
a { background-color: rgb(247,123,252); }
div.DivClassName
{
background-color: #F77BFC;
}
.BgClassName
{
background-color: #F77BFC;
}
</style>
border-color css
<style>
span { border-color: #F77BFC; }
span { border-color: rgb(247,123,252); }
td.TdClassName
{
border-color: #F77BFC;
}
.TagClassName
{
border-color: #F77BFC;
}
</style>