Shades of Fuchsia Pink #FA7CF6
Tints of Fuchsia Pink #FA7CF6
RGB
CMYK
RGB Variations
Color information
#FA7CF6 (or 0xFA7CF6) is known color: Fuchsia Pink. HEX triplet: FA, 7C and F6. RGB value is (250,124,246). Sum of RGB (Red+Green+Blue) = 250+124+246=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 124 (48.83% from 255 or 20% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CF6 is #058309. Grayscale: #AFAFAF. Windows color (decimal): -361226 or 16153850. OLE color: 16153850.
HSL color Cylindrical-coordinate representation of color #FA7CF6: hue angle of 301.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CF6 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 246 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.02 |
| HSL | 301.9º | 0.93% | 0.73% | - |
| HSV(B) | 301.9º | 0.5% | 0.98% | - |
| XYZ | 63.27 | 41.39 | 91.84 | - |
| YUV | 175.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 246 | 0 | 0.50 | 0.02 | 0.02 | 301.9 | 0.93 | 0.73 |
| Hex | FA | 7C | F6 | 0 | 32 | 2 | 2 | 12E | 5D | 49 |
| Octal | 372 | 174 | 366 | 0 | 62 | 2 | 2 | 456 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11110110 | 0 | 110010 | 10 | 10 | 100101110 | 1011101 | 1001001 |
Color Harmonies of #FA7CF6
Complementary color
Monochromatic Colors of #FA7CF6
Black with #FA7CF6
Text Example
Text Example
White with #FA7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CF6; }
p { color: rgb(250,124,246); }
H1.HeaderClassName
{
color: #FA7CF6;
}
.AnyTagClassName
{
color: #FA7CF6;
}
</style>
background-color css
<style>
a { background-color: #FA7CF6; }
a { background-color: rgb(250,124,246); }
div.DivClassName
{
background-color: #FA7CF6;
}
.BgClassName
{
background-color: #FA7CF6;
}
</style>
border-color css
<style>
span { border-color: #FA7CF6; }
span { border-color: rgb(250,124,246); }
td.TdClassName
{
border-color: #FA7CF6;
}
.TagClassName
{
border-color: #FA7CF6;
}
</style>