Shades of Fuchsia Pink #FA7CF3
Tints of Fuchsia Pink #FA7CF3
RGB
CMYK
RGB Variations
Color information
#FA7CF3 (or 0xFA7CF3) is known color: Fuchsia Pink. HEX triplet: FA, 7C and F3. RGB value is (250,124,243). Sum of RGB (Red+Green+Blue) = 250+124+243=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CF3 is #05830C. Grayscale: #AEAEAE. Windows color (decimal): -361229 or 15957242. OLE color: 15957242.
HSL color Cylindrical-coordinate representation of color #FA7CF3: hue angle of 303.33º 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 #FA7CF3 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 243 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.02 |
| HSL | 303.33º | 0.93% | 0.73% | - |
| HSV(B) | 303.33º | 0.5% | 0.98% | - |
| XYZ | 62.81 | 41.21 | 89.44 | - |
| YUV | 175.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 243 | 0 | 0.50 | 0.03 | 0.02 | 303.33 | 0.93 | 0.73 |
| Hex | FA | 7C | F3 | 0 | 32 | 3 | 2 | 12F | 5D | 49 |
| Octal | 372 | 174 | 363 | 0 | 62 | 3 | 2 | 457 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11110011 | 0 | 110010 | 11 | 10 | 100101111 | 1011101 | 1001001 |
Color Harmonies of #FA7CF3
Complementary color
Monochromatic Colors of #FA7CF3
Black with #FA7CF3
Text Example
Text Example
White with #FA7CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CF3; }
p { color: rgb(250,124,243); }
H1.HeaderClassName
{
color: #FA7CF3;
}
.AnyTagClassName
{
color: #FA7CF3;
}
</style>
background-color css
<style>
a { background-color: #FA7CF3; }
a { background-color: rgb(250,124,243); }
div.DivClassName
{
background-color: #FA7CF3;
}
.BgClassName
{
background-color: #FA7CF3;
}
</style>
border-color css
<style>
span { border-color: #FA7CF3; }
span { border-color: rgb(250,124,243); }
td.TdClassName
{
border-color: #FA7CF3;
}
.TagClassName
{
border-color: #FA7CF3;
}
</style>