Shades of Fuchsia Pink #FA7DFF
Tints of Fuchsia Pink #FA7DFF
RGB
CMYK
RGB Variations
Color information
#FA7DFF (or 0xFA7DFF) is known color: Fuchsia Pink. HEX triplet: FA, 7D and FF. RGB value is (250,125,255). Sum of RGB (Red+Green+Blue) = 250+125+255=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 125 (49.22% from 255 or 19.84% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7DFF is #058200. Grayscale: #B0B0B0. Windows color (decimal): -360961 or 16743930. OLE color: 16743930.
HSL color Cylindrical-coordinate representation of color #FA7DFF: hue angle of 297.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7DFF is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 125 | 255 | - |
| CMYK | 0.02 | 0.51 | 0 | 0 |
| HSL | 297.69º | 1% | 0.75% | - |
| HSV(B) | 297.69º | 0.51% | 1% | - |
| XYZ | 64.81 | 42.21 | 99.34 | - |
| YUV | 177.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 255 | 0.02 | 0.51 | 0 | 0 | 297.69 | 1 | 0.75 |
| Hex | FA | 7D | FF | 2 | 33 | 0 | 0 | 12A | 64 | 4B |
| Octal | 372 | 175 | 377 | 2 | 63 | 0 | 0 | 452 | 144 | 113 |
| Binary | 11111010 | 1111101 | 11111111 | 10 | 110011 | 0 | 0 | 100101010 | 1100100 | 1001011 |
Color Harmonies of #FA7DFF
Complementary color
Monochromatic Colors of #FA7DFF
Black with #FA7DFF
Text Example
Text Example
White with #FA7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DFF; }
p { color: rgb(250,125,255); }
H1.HeaderClassName
{
color: #FA7DFF;
}
.AnyTagClassName
{
color: #FA7DFF;
}
</style>
background-color css
<style>
a { background-color: #FA7DFF; }
a { background-color: rgb(250,125,255); }
div.DivClassName
{
background-color: #FA7DFF;
}
.BgClassName
{
background-color: #FA7DFF;
}
</style>
border-color css
<style>
span { border-color: #FA7DFF; }
span { border-color: rgb(250,125,255); }
td.TdClassName
{
border-color: #FA7DFF;
}
.TagClassName
{
border-color: #FA7DFF;
}
</style>