Shades of Fuchsia Pink #FF77F9
Tints of Fuchsia Pink #FF77F9
RGB
CMYK
RGB Variations
Color information
#FF77F9 (or 0xFF77F9) is known color: Fuchsia Pink. HEX triplet: FF, 77 and F9. RGB value is (255,119,249). Sum of RGB (Red+Green+Blue) = 255+119+249=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 119 (46.88% from 255 or 19.10% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77F9 is #008806. Grayscale: #AEAEAE. Windows color (decimal): -34823 or 16349183. OLE color: 16349183.
HSL color Cylindrical-coordinate representation of color #FF77F9: hue angle of 302.65º 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 #FF77F9 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 249 | - |
| CMYK | 0 | 0.53 | 0.02 | 0 |
| HSL | 302.65º | 1% | 0.73% | - |
| HSV(B) | 302.65º | 0.53% | 1% | - |
| XYZ | 64.94 | 41.29 | 94.17 | - |
| YUV | 174.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 249 | 0 | 0.53 | 0.02 | 0 | 302.65 | 1 | 0.73 |
| Hex | FF | 77 | F9 | 0 | 35 | 2 | 0 | 12F | 64 | 49 |
| Octal | 377 | 167 | 371 | 0 | 65 | 2 | 0 | 457 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11111001 | 0 | 110101 | 10 | 0 | 100101111 | 1100100 | 1001001 |
Color Harmonies of #FF77F9
Complementary color
Monochromatic Colors of #FF77F9
Black with #FF77F9
Text Example
Text Example
White with #FF77F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77F9; }
p { color: rgb(255,119,249); }
H1.HeaderClassName
{
color: #FF77F9;
}
.AnyTagClassName
{
color: #FF77F9;
}
</style>
background-color css
<style>
a { background-color: #FF77F9; }
a { background-color: rgb(255,119,249); }
div.DivClassName
{
background-color: #FF77F9;
}
.BgClassName
{
background-color: #FF77F9;
}
</style>
border-color css
<style>
span { border-color: #FF77F9; }
span { border-color: rgb(255,119,249); }
td.TdClassName
{
border-color: #FF77F9;
}
.TagClassName
{
border-color: #FF77F9;
}
</style>