Shades of Fuchsia Pink #F77DFF
Tints of Fuchsia Pink #F77DFF
RGB
CMYK
RGB Variations
Color information
#F77DFF (or 0xF77DFF) is known color: Fuchsia Pink. HEX triplet: F7, 7D and FF. RGB value is (247,125,255). Sum of RGB (Red+Green+Blue) = 247+125+255=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 125 (49.22% from 255 or 19.94% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #F77DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DFF is #088200. Grayscale: #AFAFAF. Windows color (decimal): -557569 or 16743927. OLE color: 16743927.
HSL color Cylindrical-coordinate representation of color #F77DFF: hue angle of 296.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77DFF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 125 | 255 | - |
| CMYK | 0.03 | 0.51 | 0 | 0 |
| HSL | 296.31º | 1% | 0.75% | - |
| HSV(B) | 296.31º | 0.51% | 1% | - |
| XYZ | 63.74 | 41.66 | 99.29 | - |
| YUV | 176.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 255 | 0.03 | 0.51 | 0 | 0 | 296.31 | 1 | 0.75 |
| Hex | F7 | 7D | FF | 3 | 33 | 0 | 0 | 128 | 64 | 4B |
| Octal | 367 | 175 | 377 | 3 | 63 | 0 | 0 | 450 | 144 | 113 |
| Binary | 11110111 | 1111101 | 11111111 | 11 | 110011 | 0 | 0 | 100101000 | 1100100 | 1001011 |
Color Harmonies of #F77DFF
Complementary color
Monochromatic Colors of #F77DFF
Black with #F77DFF
Text Example
Text Example
White with #F77DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DFF; }
p { color: rgb(247,125,255); }
H1.HeaderClassName
{
color: #F77DFF;
}
.AnyTagClassName
{
color: #F77DFF;
}
</style>
background-color css
<style>
a { background-color: #F77DFF; }
a { background-color: rgb(247,125,255); }
div.DivClassName
{
background-color: #F77DFF;
}
.BgClassName
{
background-color: #F77DFF;
}
</style>
border-color css
<style>
span { border-color: #F77DFF; }
span { border-color: rgb(247,125,255); }
td.TdClassName
{
border-color: #F77DFF;
}
.TagClassName
{
border-color: #F77DFF;
}
</style>