Shades of Fuchsia Pink #F77FFB
Tints of Fuchsia Pink #F77FFB
RGB
CMYK
RGB Variations
Color information
#F77FFB (or 0xF77FFB) is known color: Fuchsia Pink. HEX triplet: F7, 7F and FB. RGB value is (247,127,251). Sum of RGB (Red+Green+Blue) = 247+127+251=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 127 (50% from 255 or 20.32% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #F77FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FFB is #088004. Grayscale: #B0B0B0. Windows color (decimal): -557061 or 16482295. OLE color: 16482295.
HSL color Cylindrical-coordinate representation of color #F77FFB: hue angle of 298.06º degrees, saturation: 0.94, 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 #F77FFB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 127 | 251 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.02 |
| HSL | 298.06º | 0.94% | 0.74% | - |
| HSV(B) | 298.06º | 0.49% | 0.98% | - |
| XYZ | 63.36 | 41.92 | 96.02 | - |
| YUV | 177.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 251 | 0.02 | 0.49 | 0 | 0.02 | 298.06 | 0.94 | 0.74 |
| Hex | F7 | 7F | FB | 2 | 31 | 0 | 2 | 12A | 5E | 4A |
| Octal | 367 | 177 | 373 | 2 | 61 | 0 | 2 | 452 | 136 | 112 |
| Binary | 11110111 | 1111111 | 11111011 | 10 | 110001 | 0 | 10 | 100101010 | 1011110 | 1001010 |
Color Harmonies of #F77FFB
Complementary color
Monochromatic Colors of #F77FFB
Black with #F77FFB
Text Example
Text Example
White with #F77FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FFB; }
p { color: rgb(247,127,251); }
H1.HeaderClassName
{
color: #F77FFB;
}
.AnyTagClassName
{
color: #F77FFB;
}
</style>
background-color css
<style>
a { background-color: #F77FFB; }
a { background-color: rgb(247,127,251); }
div.DivClassName
{
background-color: #F77FFB;
}
.BgClassName
{
background-color: #F77FFB;
}
</style>
border-color css
<style>
span { border-color: #F77FFB; }
span { border-color: rgb(247,127,251); }
td.TdClassName
{
border-color: #F77FFB;
}
.TagClassName
{
border-color: #F77FFB;
}
</style>