Shades of Fuchsia Pink #FA74FE
Tints of Fuchsia Pink #FA74FE
RGB
CMYK
RGB Variations
Color information
#FA74FE (or 0xFA74FE) is known color: Fuchsia Pink. HEX triplet: FA, 74 and FE. RGB value is (250,116,254). Sum of RGB (Red+Green+Blue) = 250+116+254=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 116 (45.70% from 255 or 18.71% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA74FE is #058B01. Grayscale: #ABABAB. Windows color (decimal): -363266 or 16676090. OLE color: 16676090.
HSL color Cylindrical-coordinate representation of color #FA74FE: hue angle of 298.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74FE is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 116 | 254 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.00 |
| HSL | 298.26º | 0.99% | 0.73% | - |
| HSV(B) | 298.26º | 0.54% | 1% | - |
| XYZ | 63.56 | 39.97 | 98.13 | - |
| YUV | 171.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 254 | 0.02 | 0.54 | 0 | 0.00 | 298.26 | 0.99 | 0.73 |
| Hex | FA | 74 | FE | 2 | 36 | 0 | 0 | 12A | 63 | 49 |
| Octal | 372 | 164 | 376 | 2 | 66 | 0 | 0 | 452 | 143 | 111 |
| Binary | 11111010 | 1110100 | 11111110 | 10 | 110110 | 0 | 0 | 100101010 | 1100011 | 1001001 |
Color Harmonies of #FA74FE
Complementary color
Monochromatic Colors of #FA74FE
Black with #FA74FE
Text Example
Text Example
White with #FA74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA74FE; }
p { color: rgb(250,116,254); }
H1.HeaderClassName
{
color: #FA74FE;
}
.AnyTagClassName
{
color: #FA74FE;
}
</style>
background-color css
<style>
a { background-color: #FA74FE; }
a { background-color: rgb(250,116,254); }
div.DivClassName
{
background-color: #FA74FE;
}
.BgClassName
{
background-color: #FA74FE;
}
</style>
border-color css
<style>
span { border-color: #FA74FE; }
span { border-color: rgb(250,116,254); }
td.TdClassName
{
border-color: #FA74FE;
}
.TagClassName
{
border-color: #FA74FE;
}
</style>