Shades of Fuchsia Pink #FA7BFA
Tints of Fuchsia Pink #FA7BFA
RGB
CMYK
RGB Variations
Color information
#FA7BFA (or 0xFA7BFA) is known color: Fuchsia Pink. HEX triplet: FA, 7B and FA. RGB value is (250,123,250). Sum of RGB (Red+Green+Blue) = 250+123+250=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 123 (48.44% from 255 or 19.74% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA7BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BFA is #058405. Grayscale: #AFAFAF. Windows color (decimal): -361478 or 16415738. OLE color: 16415738.
HSL color Cylindrical-coordinate representation of color #FA7BFA: hue angle of 300º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BFA is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 250 | - |
| CMYK | 0 | 0.51 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.73% | - |
| HSV(B) | 300º | 0.51% | 0.98% | - |
| XYZ | 63.76 | 41.39 | 95.07 | - |
| YUV | 175.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 250 | 0 | 0.51 | 0 | 0.02 | 300 | 0.93 | 0.73 |
| Hex | FA | 7B | FA | 0 | 33 | 0 | 2 | 12C | 5D | 49 |
| Octal | 372 | 173 | 372 | 0 | 63 | 0 | 2 | 454 | 135 | 111 |
| Binary | 11111010 | 1111011 | 11111010 | 0 | 110011 | 0 | 10 | 100101100 | 1011101 | 1001001 |
Color Harmonies of #FA7BFA
Complementary color
Monochromatic Colors of #FA7BFA
Black with #FA7BFA
Text Example
Text Example
White with #FA7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BFA; }
p { color: rgb(250,123,250); }
H1.HeaderClassName
{
color: #FA7BFA;
}
.AnyTagClassName
{
color: #FA7BFA;
}
</style>
background-color css
<style>
a { background-color: #FA7BFA; }
a { background-color: rgb(250,123,250); }
div.DivClassName
{
background-color: #FA7BFA;
}
.BgClassName
{
background-color: #FA7BFA;
}
</style>
border-color css
<style>
span { border-color: #FA7BFA; }
span { border-color: rgb(250,123,250); }
td.TdClassName
{
border-color: #FA7BFA;
}
.TagClassName
{
border-color: #FA7BFA;
}
</style>