Shades of Fuchsia Pink #FA74F7
Tints of Fuchsia Pink #FA74F7
RGB
CMYK
RGB Variations
Color information
#FA74F7 (or 0xFA74F7) is known color: Fuchsia Pink. HEX triplet: FA, 74 and F7. RGB value is (250,116,247). Sum of RGB (Red+Green+Blue) = 250+116+247=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 116 (45.70% from 255 or 18.92% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA74F7 is #058B08. Grayscale: #AAAAAA. Windows color (decimal): -363273 or 16217338. OLE color: 16217338.
HSL color Cylindrical-coordinate representation of color #FA74F7: hue angle of 301.34º 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 #FA74F7 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 247 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.02 |
| HSL | 301.34º | 0.93% | 0.72% | - |
| HSV(B) | 301.34º | 0.54% | 0.98% | - |
| XYZ | 62.46 | 39.53 | 92.33 | - |
| YUV | 171 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 247 | 0 | 0.54 | 0.01 | 0.02 | 301.34 | 0.93 | 0.72 |
| Hex | FA | 74 | F7 | 0 | 36 | 1 | 2 | 12D | 5D | 48 |
| Octal | 372 | 164 | 367 | 0 | 66 | 1 | 2 | 455 | 135 | 110 |
| Binary | 11111010 | 1110100 | 11110111 | 0 | 110110 | 1 | 10 | 100101101 | 1011101 | 1001000 |
Color Harmonies of #FA74F7
Complementary color
Monochromatic Colors of #FA74F7
Black with #FA74F7
Text Example
Text Example
White with #FA74F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA74F7; }
p { color: rgb(250,116,247); }
H1.HeaderClassName
{
color: #FA74F7;
}
.AnyTagClassName
{
color: #FA74F7;
}
</style>
background-color css
<style>
a { background-color: #FA74F7; }
a { background-color: rgb(250,116,247); }
div.DivClassName
{
background-color: #FA74F7;
}
.BgClassName
{
background-color: #FA74F7;
}
</style>
border-color css
<style>
span { border-color: #FA74F7; }
span { border-color: rgb(250,116,247); }
td.TdClassName
{
border-color: #FA74F7;
}
.TagClassName
{
border-color: #FA74F7;
}
</style>