Shades of Fuchsia Pink #FA77FA
Tints of Fuchsia Pink #FA77FA
RGB
CMYK
RGB Variations
Color information
#FA77FA (or 0xFA77FA) is known color: Fuchsia Pink. HEX triplet: FA, 77 and FA. RGB value is (250,119,250). Sum of RGB (Red+Green+Blue) = 250+119+250=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 119 (46.88% from 255 or 19.22% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA77FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA77FA is #058805. Grayscale: #ACACAC. Windows color (decimal): -362502 or 16414714. OLE color: 16414714.
HSL color Cylindrical-coordinate representation of color #FA77FA: hue angle of 300º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA77FA is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 250 | - |
| CMYK | 0 | 0.52 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.72% | - |
| HSV(B) | 300º | 0.52% | 0.98% | - |
| XYZ | 63.28 | 40.42 | 94.91 | - |
| YUV | 173.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 250 | 0 | 0.52 | 0 | 0.02 | 300 | 0.93 | 0.72 |
| Hex | FA | 77 | FA | 0 | 34 | 0 | 2 | 12C | 5D | 48 |
| Octal | 372 | 167 | 372 | 0 | 64 | 0 | 2 | 454 | 135 | 110 |
| Binary | 11111010 | 1110111 | 11111010 | 0 | 110100 | 0 | 10 | 100101100 | 1011101 | 1001000 |
Color Harmonies of #FA77FA
Complementary color
Monochromatic Colors of #FA77FA
Black with #FA77FA
Text Example
Text Example
White with #FA77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA77FA; }
p { color: rgb(250,119,250); }
H1.HeaderClassName
{
color: #FA77FA;
}
.AnyTagClassName
{
color: #FA77FA;
}
</style>
background-color css
<style>
a { background-color: #FA77FA; }
a { background-color: rgb(250,119,250); }
div.DivClassName
{
background-color: #FA77FA;
}
.BgClassName
{
background-color: #FA77FA;
}
</style>
border-color css
<style>
span { border-color: #FA77FA; }
span { border-color: rgb(250,119,250); }
td.TdClassName
{
border-color: #FA77FA;
}
.TagClassName
{
border-color: #FA77FA;
}
</style>