Shades of Fuchsia Pink #FA73F5
Tints of Fuchsia Pink #FA73F5
RGB
CMYK
RGB Variations
Color information
#FA73F5 (or 0xFA73F5) is known color: Fuchsia Pink. HEX triplet: FA, 73 and F5. RGB value is (250,115,245). Sum of RGB (Red+Green+Blue) = 250+115+245=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 115 (45.31% from 255 or 18.85% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA73F5 is #058C0A. Grayscale: #A9A9A9. Windows color (decimal): -363531 or 16086010. OLE color: 16086010.
HSL color Cylindrical-coordinate representation of color #FA73F5: hue angle of 302.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73F5 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 245 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.02 |
| HSL | 302.22º | 0.93% | 0.72% | - |
| HSV(B) | 302.22º | 0.54% | 0.98% | - |
| XYZ | 62.04 | 39.18 | 90.68 | - |
| YUV | 170.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 245 | 0 | 0.54 | 0.02 | 0.02 | 302.22 | 0.93 | 0.72 |
| Hex | FA | 73 | F5 | 0 | 36 | 2 | 2 | 12E | 5D | 48 |
| Octal | 372 | 163 | 365 | 0 | 66 | 2 | 2 | 456 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11110101 | 0 | 110110 | 10 | 10 | 100101110 | 1011101 | 1001000 |
Color Harmonies of #FA73F5
Complementary color
Monochromatic Colors of #FA73F5
Black with #FA73F5
Text Example
Text Example
White with #FA73F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73F5; }
p { color: rgb(250,115,245); }
H1.HeaderClassName
{
color: #FA73F5;
}
.AnyTagClassName
{
color: #FA73F5;
}
</style>
background-color css
<style>
a { background-color: #FA73F5; }
a { background-color: rgb(250,115,245); }
div.DivClassName
{
background-color: #FA73F5;
}
.BgClassName
{
background-color: #FA73F5;
}
</style>
border-color css
<style>
span { border-color: #FA73F5; }
span { border-color: rgb(250,115,245); }
td.TdClassName
{
border-color: #FA73F5;
}
.TagClassName
{
border-color: #FA73F5;
}
</style>