Shades of Fuchsia Pink #FA74FA
Tints of Fuchsia Pink #FA74FA
RGB
CMYK
RGB Variations
Color information
#FA74FA (or 0xFA74FA) is known color: Fuchsia Pink. HEX triplet: FA, 74 and FA. RGB value is (250,116,250). Sum of RGB (Red+Green+Blue) = 250+116+250=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 116 (45.70% from 255 or 18.83% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA74FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA74FA is #058B05. Grayscale: #AAAAAA. Windows color (decimal): -363270 or 16413946. OLE color: 16413946.
HSL color Cylindrical-coordinate representation of color #FA74FA: hue angle of 300º 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 #FA74FA is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 250 | - |
| CMYK | 0 | 0.54 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.72% | - |
| HSV(B) | 300º | 0.54% | 0.98% | - |
| XYZ | 62.93 | 39.72 | 94.79 | - |
| YUV | 171.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 250 | 0 | 0.54 | 0 | 0.02 | 300 | 0.93 | 0.72 |
| Hex | FA | 74 | FA | 0 | 36 | 0 | 2 | 12C | 5D | 48 |
| Octal | 372 | 164 | 372 | 0 | 66 | 0 | 2 | 454 | 135 | 110 |
| Binary | 11111010 | 1110100 | 11111010 | 0 | 110110 | 0 | 10 | 100101100 | 1011101 | 1001000 |
Color Harmonies of #FA74FA
Complementary color
Monochromatic Colors of #FA74FA
Black with #FA74FA
Text Example
Text Example
White with #FA74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA74FA; }
p { color: rgb(250,116,250); }
H1.HeaderClassName
{
color: #FA74FA;
}
.AnyTagClassName
{
color: #FA74FA;
}
</style>
background-color css
<style>
a { background-color: #FA74FA; }
a { background-color: rgb(250,116,250); }
div.DivClassName
{
background-color: #FA74FA;
}
.BgClassName
{
background-color: #FA74FA;
}
</style>
border-color css
<style>
span { border-color: #FA74FA; }
span { border-color: rgb(250,116,250); }
td.TdClassName
{
border-color: #FA74FA;
}
.TagClassName
{
border-color: #FA74FA;
}
</style>