Shades of Fuchsia Pink #FA7DF5
Tints of Fuchsia Pink #FA7DF5
RGB
CMYK
RGB Variations
Color information
#FA7DF5 (or 0xFA7DF5) is known color: Fuchsia Pink. HEX triplet: FA, 7D and F5. RGB value is (250,125,245). Sum of RGB (Red+Green+Blue) = 250+125+245=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 125 (49.22% from 255 or 20.16% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7DF5 is #05820A. Grayscale: #AFAFAF. Windows color (decimal): -360971 or 16088570. OLE color: 16088570.
HSL color Cylindrical-coordinate representation of color #FA7DF5: hue angle of 302.4º 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 #FA7DF5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 245 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.02 |
| HSL | 302.4º | 0.93% | 0.74% | - |
| HSV(B) | 302.4º | 0.5% | 0.98% | - |
| XYZ | 63.24 | 41.58 | 91.08 | - |
| YUV | 176.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 245 | 0 | 0.50 | 0.02 | 0.02 | 302.4 | 0.93 | 0.74 |
| Hex | FA | 7D | F5 | 0 | 32 | 2 | 2 | 12E | 5D | 4A |
| Octal | 372 | 175 | 365 | 0 | 62 | 2 | 2 | 456 | 135 | 112 |
| Binary | 11111010 | 1111101 | 11110101 | 0 | 110010 | 10 | 10 | 100101110 | 1011101 | 1001010 |
Color Harmonies of #FA7DF5
Complementary color
Monochromatic Colors of #FA7DF5
Black with #FA7DF5
Text Example
Text Example
White with #FA7DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DF5; }
p { color: rgb(250,125,245); }
H1.HeaderClassName
{
color: #FA7DF5;
}
.AnyTagClassName
{
color: #FA7DF5;
}
</style>
background-color css
<style>
a { background-color: #FA7DF5; }
a { background-color: rgb(250,125,245); }
div.DivClassName
{
background-color: #FA7DF5;
}
.BgClassName
{
background-color: #FA7DF5;
}
</style>
border-color css
<style>
span { border-color: #FA7DF5; }
span { border-color: rgb(250,125,245); }
td.TdClassName
{
border-color: #FA7DF5;
}
.TagClassName
{
border-color: #FA7DF5;
}
</style>