Shades of Fuchsia Pink #FF77F4
Tints of Fuchsia Pink #FF77F4
RGB
CMYK
RGB Variations
Color information
#FF77F4 (or 0xFF77F4) is known color: Fuchsia Pink. HEX triplet: FF, 77 and F4. RGB value is (255,119,244). Sum of RGB (Red+Green+Blue) = 255+119+244=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 119 (46.88% from 255 or 19.26% from 618); Blue value is 244 (95.70% from 255 or 39.48% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77F4 is #00880B. Grayscale: #ADADAD. Windows color (decimal): -34828 or 16021503. OLE color: 16021503.
HSL color Cylindrical-coordinate representation of color #FF77F4: hue angle of 304.85º 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 #FF77F4 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 244 | - |
| CMYK | 0 | 0.53 | 0.04 | 0 |
| HSL | 304.85º | 1% | 0.73% | - |
| HSV(B) | 304.85º | 0.53% | 1% | - |
| XYZ | 64.17 | 40.99 | 90.12 | - |
| YUV | 173.91 | 167.56 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 244 | 0 | 0.53 | 0.04 | 0 | 304.85 | 1 | 0.73 |
| Hex | FF | 77 | F4 | 0 | 35 | 4 | 0 | 131 | 64 | 49 |
| Octal | 377 | 167 | 364 | 0 | 65 | 4 | 0 | 461 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11110100 | 0 | 110101 | 100 | 0 | 100110001 | 1100100 | 1001001 |
Color Harmonies of #FF77F4
Complementary color
Monochromatic Colors of #FF77F4
Black with #FF77F4
Text Example
Text Example
White with #FF77F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77F4; }
p { color: rgb(255,119,244); }
H1.HeaderClassName
{
color: #FF77F4;
}
.AnyTagClassName
{
color: #FF77F4;
}
</style>
background-color css
<style>
a { background-color: #FF77F4; }
a { background-color: rgb(255,119,244); }
div.DivClassName
{
background-color: #FF77F4;
}
.BgClassName
{
background-color: #FF77F4;
}
</style>
border-color css
<style>
span { border-color: #FF77F4; }
span { border-color: rgb(255,119,244); }
td.TdClassName
{
border-color: #FF77F4;
}
.TagClassName
{
border-color: #FF77F4;
}
</style>