Shades of Fuchsia Pink #FA76FE
Tints of Fuchsia Pink #FA76FE
RGB
CMYK
RGB Variations
Color information
#FA76FE (or 0xFA76FE) is known color: Fuchsia Pink. HEX triplet: FA, 76 and FE. RGB value is (250,118,254). Sum of RGB (Red+Green+Blue) = 250+118+254=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 118 (46.48% from 255 or 18.97% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA76FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA76FE is #058901. Grayscale: #ACACAC. Windows color (decimal): -362754 or 16676602. OLE color: 16676602.
HSL color Cylindrical-coordinate representation of color #FA76FE: hue angle of 298.24º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA76FE is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 118 | 254 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.00 |
| HSL | 298.24º | 0.99% | 0.73% | - |
| HSV(B) | 298.24º | 0.54% | 1% | - |
| XYZ | 63.79 | 40.44 | 98.21 | - |
| YUV | 172.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 254 | 0.02 | 0.54 | 0 | 0.00 | 298.24 | 0.99 | 0.73 |
| Hex | FA | 76 | FE | 2 | 36 | 0 | 0 | 12A | 63 | 49 |
| Octal | 372 | 166 | 376 | 2 | 66 | 0 | 0 | 452 | 143 | 111 |
| Binary | 11111010 | 1110110 | 11111110 | 10 | 110110 | 0 | 0 | 100101010 | 1100011 | 1001001 |
Color Harmonies of #FA76FE
Complementary color
Monochromatic Colors of #FA76FE
Black with #FA76FE
Text Example
Text Example
White with #FA76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76FE; }
p { color: rgb(250,118,254); }
H1.HeaderClassName
{
color: #FA76FE;
}
.AnyTagClassName
{
color: #FA76FE;
}
</style>
background-color css
<style>
a { background-color: #FA76FE; }
a { background-color: rgb(250,118,254); }
div.DivClassName
{
background-color: #FA76FE;
}
.BgClassName
{
background-color: #FA76FE;
}
</style>
border-color css
<style>
span { border-color: #FA76FE; }
span { border-color: rgb(250,118,254); }
td.TdClassName
{
border-color: #FA76FE;
}
.TagClassName
{
border-color: #FA76FE;
}
</style>