Shades of Fuchsia Pink #F77AF8
Tints of Fuchsia Pink #F77AF8
RGB
CMYK
RGB Variations
Color information
#F77AF8 (or 0xF77AF8) is known color: Fuchsia Pink. HEX triplet: F7, 7A and F8. RGB value is (247,122,248). Sum of RGB (Red+Green+Blue) = 247+122+248=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 122 (48.05% from 255 or 19.77% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #F77AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77AF8 is #088507. Grayscale: #ADADAD. Windows color (decimal): -558344 or 16284407. OLE color: 16284407.
HSL color Cylindrical-coordinate representation of color #F77AF8: hue angle of 299.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77AF8 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 248 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.03 |
| HSL | 299.52º | 0.9% | 0.73% | - |
| HSV(B) | 299.52º | 0.51% | 0.97% | - |
| XYZ | 62.26 | 40.47 | 93.34 | - |
| YUV | 173.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 248 | 0.00 | 0.51 | 0 | 0.03 | 299.52 | 0.9 | 0.73 |
| Hex | F7 | 7A | F8 | 0 | 33 | 0 | 3 | 12C | 5A | 49 |
| Octal | 367 | 172 | 370 | 0 | 63 | 0 | 3 | 454 | 132 | 111 |
| Binary | 11110111 | 1111010 | 11111000 | 0 | 110011 | 0 | 11 | 100101100 | 1011010 | 1001001 |
Color Harmonies of #F77AF8
Complementary color
Monochromatic Colors of #F77AF8
Black with #F77AF8
Text Example
Text Example
White with #F77AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AF8; }
p { color: rgb(247,122,248); }
H1.HeaderClassName
{
color: #F77AF8;
}
.AnyTagClassName
{
color: #F77AF8;
}
</style>
background-color css
<style>
a { background-color: #F77AF8; }
a { background-color: rgb(247,122,248); }
div.DivClassName
{
background-color: #F77AF8;
}
.BgClassName
{
background-color: #F77AF8;
}
</style>
border-color css
<style>
span { border-color: #F77AF8; }
span { border-color: rgb(247,122,248); }
td.TdClassName
{
border-color: #F77AF8;
}
.TagClassName
{
border-color: #F77AF8;
}
</style>