Shades of Fuchsia Pink #FA7EFA
Tints of Fuchsia Pink #FA7EFA
RGB
CMYK
RGB Variations
Color information
#FA7EFA (or 0xFA7EFA) is known color: Fuchsia Pink. HEX triplet: FA, 7E and FA. RGB value is (250,126,250). Sum of RGB (Red+Green+Blue) = 250+126+250=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 126 (49.61% from 255 or 20.13% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA7EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7EFA is #058105. Grayscale: #B0B0B0. Windows color (decimal): -360710 or 16416506. OLE color: 16416506.
HSL color Cylindrical-coordinate representation of color #FA7EFA: hue angle of 300º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7EFA is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 250 | - |
| CMYK | 0 | 0.50 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.74% | - |
| HSV(B) | 300º | 0.5% | 0.98% | - |
| XYZ | 64.14 | 42.15 | 95.2 | - |
| YUV | 177.21 | 169.08 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 250 | 0 | 0.50 | 0 | 0.02 | 300 | 0.93 | 0.74 |
| Hex | FA | 7E | FA | 0 | 32 | 0 | 2 | 12C | 5D | 4A |
| Octal | 372 | 176 | 372 | 0 | 62 | 0 | 2 | 454 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11111010 | 0 | 110010 | 0 | 10 | 100101100 | 1011101 | 1001010 |
Color Harmonies of #FA7EFA
Complementary color
Monochromatic Colors of #FA7EFA
Black with #FA7EFA
Text Example
Text Example
White with #FA7EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7EFA; }
p { color: rgb(250,126,250); }
H1.HeaderClassName
{
color: #FA7EFA;
}
.AnyTagClassName
{
color: #FA7EFA;
}
</style>
background-color css
<style>
a { background-color: #FA7EFA; }
a { background-color: rgb(250,126,250); }
div.DivClassName
{
background-color: #FA7EFA;
}
.BgClassName
{
background-color: #FA7EFA;
}
</style>
border-color css
<style>
span { border-color: #FA7EFA; }
span { border-color: rgb(250,126,250); }
td.TdClassName
{
border-color: #FA7EFA;
}
.TagClassName
{
border-color: #FA7EFA;
}
</style>