Shades of Fuchsia Pink #FA7FFA
Tints of Fuchsia Pink #FA7FFA
RGB
CMYK
RGB Variations
Color information
#FA7FFA (or 0xFA7FFA) is known color: Fuchsia Pink. HEX triplet: FA, 7F and FA. RGB value is (250,127,250). Sum of RGB (Red+Green+Blue) = 250+127+250=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 127 (50% from 255 or 20.26% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA7FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FFA is #058005. Grayscale: #B1B1B1. Windows color (decimal): -360454 or 16416762. OLE color: 16416762.
HSL color Cylindrical-coordinate representation of color #FA7FFA: hue angle of 300º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7FFA is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 250 | - |
| CMYK | 0 | 0.49 | 0 | 0.02 |
| HSL | 300º | 0.92% | 0.74% | - |
| HSV(B) | 300º | 0.49% | 0.98% | - |
| XYZ | 64.27 | 42.4 | 95.24 | - |
| YUV | 177.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 250 | 0 | 0.49 | 0 | 0.02 | 300 | 0.92 | 0.74 |
| Hex | FA | 7F | FA | 0 | 31 | 0 | 2 | 12C | 5C | 4A |
| Octal | 372 | 177 | 372 | 0 | 61 | 0 | 2 | 454 | 134 | 112 |
| Binary | 11111010 | 1111111 | 11111010 | 0 | 110001 | 0 | 10 | 100101100 | 1011100 | 1001010 |
Color Harmonies of #FA7FFA
Complementary color
Monochromatic Colors of #FA7FFA
Black with #FA7FFA
Text Example
Text Example
White with #FA7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FFA; }
p { color: rgb(250,127,250); }
H1.HeaderClassName
{
color: #FA7FFA;
}
.AnyTagClassName
{
color: #FA7FFA;
}
</style>
background-color css
<style>
a { background-color: #FA7FFA; }
a { background-color: rgb(250,127,250); }
div.DivClassName
{
background-color: #FA7FFA;
}
.BgClassName
{
background-color: #FA7FFA;
}
</style>
border-color css
<style>
span { border-color: #FA7FFA; }
span { border-color: rgb(250,127,250); }
td.TdClassName
{
border-color: #FA7FFA;
}
.TagClassName
{
border-color: #FA7FFA;
}
</style>