Shades of Fuchsia Pink #FA7FFF
Tints of Fuchsia Pink #FA7FFF
RGB
CMYK
RGB Variations
Color information
#FA7FFF (or 0xFA7FFF) is known color: Fuchsia Pink. HEX triplet: FA, 7F and FF. RGB value is (250,127,255). Sum of RGB (Red+Green+Blue) = 250+127+255=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 127 (50% from 255 or 20.09% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA7FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FFF is #058000. Grayscale: #B1B1B1. Windows color (decimal): -360449 or 16744442. OLE color: 16744442.
HSL color Cylindrical-coordinate representation of color #FA7FFF: hue angle of 297.66º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7FFF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 127 | 255 | - |
| CMYK | 0.02 | 0.50 | 0 | 0 |
| HSL | 297.66º | 1% | 0.75% | - |
| HSV(B) | 297.66º | 0.5% | 1% | - |
| XYZ | 65.06 | 42.72 | 99.42 | - |
| YUV | 178.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 255 | 0.02 | 0.50 | 0 | 0 | 297.66 | 1 | 0.75 |
| Hex | FA | 7F | FF | 2 | 32 | 0 | 0 | 12A | 64 | 4B |
| Octal | 372 | 177 | 377 | 2 | 62 | 0 | 0 | 452 | 144 | 113 |
| Binary | 11111010 | 1111111 | 11111111 | 10 | 110010 | 0 | 0 | 100101010 | 1100100 | 1001011 |
Color Harmonies of #FA7FFF
Complementary color
Monochromatic Colors of #FA7FFF
Black with #FA7FFF
Text Example
Text Example
White with #FA7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FFF; }
p { color: rgb(250,127,255); }
H1.HeaderClassName
{
color: #FA7FFF;
}
.AnyTagClassName
{
color: #FA7FFF;
}
</style>
background-color css
<style>
a { background-color: #FA7FFF; }
a { background-color: rgb(250,127,255); }
div.DivClassName
{
background-color: #FA7FFF;
}
.BgClassName
{
background-color: #FA7FFF;
}
</style>
border-color css
<style>
span { border-color: #FA7FFF; }
span { border-color: rgb(250,127,255); }
td.TdClassName
{
border-color: #FA7FFF;
}
.TagClassName
{
border-color: #FA7FFF;
}
</style>