Shades of Fuchsia Pink #FF77F8
Tints of Fuchsia Pink #FF77F8
RGB
CMYK
RGB Variations
Color information
#FF77F8 (or 0xFF77F8) is known color: Fuchsia Pink. HEX triplet: FF, 77 and F8. RGB value is (255,119,248). Sum of RGB (Red+Green+Blue) = 255+119+248=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 119 (46.88% from 255 or 19.13% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77F8 is #008807. Grayscale: #ADADAD. Windows color (decimal): -34824 or 16283647. OLE color: 16283647.
HSL color Cylindrical-coordinate representation of color #FF77F8: hue angle of 303.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77F8 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 248 | - |
| CMYK | 0 | 0.53 | 0.03 | 0 |
| HSL | 303.09º | 1% | 0.73% | - |
| HSV(B) | 303.09º | 0.53% | 1% | - |
| XYZ | 64.78 | 41.23 | 93.35 | - |
| YUV | 174.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 248 | 0 | 0.53 | 0.03 | 0 | 303.09 | 1 | 0.73 |
| Hex | FF | 77 | F8 | 0 | 35 | 3 | 0 | 12F | 64 | 49 |
| Octal | 377 | 167 | 370 | 0 | 65 | 3 | 0 | 457 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11111000 | 0 | 110101 | 11 | 0 | 100101111 | 1100100 | 1001001 |
Color Harmonies of #FF77F8
Complementary color
Monochromatic Colors of #FF77F8
Black with #FF77F8
Text Example
Text Example
White with #FF77F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77F8; }
p { color: rgb(255,119,248); }
H1.HeaderClassName
{
color: #FF77F8;
}
.AnyTagClassName
{
color: #FF77F8;
}
</style>
background-color css
<style>
a { background-color: #FF77F8; }
a { background-color: rgb(255,119,248); }
div.DivClassName
{
background-color: #FF77F8;
}
.BgClassName
{
background-color: #FF77F8;
}
</style>
border-color css
<style>
span { border-color: #FF77F8; }
span { border-color: rgb(255,119,248); }
td.TdClassName
{
border-color: #FF77F8;
}
.TagClassName
{
border-color: #FF77F8;
}
</style>