Shades of Fuchsia Pink #F77BFF
Tints of Fuchsia Pink #F77BFF
RGB
CMYK
RGB Variations
Color information
#F77BFF (or 0xF77BFF) is known color: Fuchsia Pink. HEX triplet: F7, 7B and FF. RGB value is (247,123,255). Sum of RGB (Red+Green+Blue) = 247+123+255=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 123 (48.44% from 255 or 19.68% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #F77BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77BFF is #088400. Grayscale: #AEAEAE. Windows color (decimal): -558081 or 16743415. OLE color: 16743415.
HSL color Cylindrical-coordinate representation of color #F77BFF: hue angle of 296.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F77BFF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 123 | 255 | - |
| CMYK | 0.03 | 0.52 | 0 | 0 |
| HSL | 296.36º | 1% | 0.74% | - |
| HSV(B) | 296.36º | 0.52% | 1% | - |
| XYZ | 63.49 | 41.16 | 99.21 | - |
| YUV | 175.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 255 | 0.03 | 0.52 | 0 | 0 | 296.36 | 1 | 0.74 |
| Hex | F7 | 7B | FF | 3 | 34 | 0 | 0 | 128 | 64 | 4A |
| Octal | 367 | 173 | 377 | 3 | 64 | 0 | 0 | 450 | 144 | 112 |
| Binary | 11110111 | 1111011 | 11111111 | 11 | 110100 | 0 | 0 | 100101000 | 1100100 | 1001010 |
Color Harmonies of #F77BFF
Complementary color
Monochromatic Colors of #F77BFF
Black with #F77BFF
Text Example
Text Example
White with #F77BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BFF; }
p { color: rgb(247,123,255); }
H1.HeaderClassName
{
color: #F77BFF;
}
.AnyTagClassName
{
color: #F77BFF;
}
</style>
background-color css
<style>
a { background-color: #F77BFF; }
a { background-color: rgb(247,123,255); }
div.DivClassName
{
background-color: #F77BFF;
}
.BgClassName
{
background-color: #F77BFF;
}
</style>
border-color css
<style>
span { border-color: #F77BFF; }
span { border-color: rgb(247,123,255); }
td.TdClassName
{
border-color: #F77BFF;
}
.TagClassName
{
border-color: #F77BFF;
}
</style>