Shades of Fuchsia Pink #FE74FA
Tints of Fuchsia Pink #FE74FA
RGB
CMYK
RGB Variations
Color information
#FE74FA (or 0xFE74FA) is known color: Fuchsia Pink. HEX triplet: FE, 74 and FA. RGB value is (254,116,250). Sum of RGB (Red+Green+Blue) = 254+116+250=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 116 (45.70% from 255 or 18.71% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE74FA is #018B05. Grayscale: #ACACAC. Windows color (decimal): -101126 or 16413950. OLE color: 16413950.
HSL color Cylindrical-coordinate representation of color #FE74FA: hue angle of 301.74º 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 #FE74FA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 250 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.00 |
| HSL | 301.74º | 0.99% | 0.73% | - |
| HSV(B) | 301.74º | 0.54% | 1% | - |
| XYZ | 64.37 | 40.46 | 94.86 | - |
| YUV | 172.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 250 | 0 | 0.54 | 0.02 | 0.00 | 301.74 | 0.99 | 0.73 |
| Hex | FE | 74 | FA | 0 | 36 | 2 | 0 | 12E | 63 | 49 |
| Octal | 376 | 164 | 372 | 0 | 66 | 2 | 0 | 456 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11111010 | 0 | 110110 | 10 | 0 | 100101110 | 1100011 | 1001001 |
Color Harmonies of #FE74FA
Complementary color
Monochromatic Colors of #FE74FA
Black with #FE74FA
Text Example
Text Example
White with #FE74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74FA; }
p { color: rgb(254,116,250); }
H1.HeaderClassName
{
color: #FE74FA;
}
.AnyTagClassName
{
color: #FE74FA;
}
</style>
background-color css
<style>
a { background-color: #FE74FA; }
a { background-color: rgb(254,116,250); }
div.DivClassName
{
background-color: #FE74FA;
}
.BgClassName
{
background-color: #FE74FA;
}
</style>
border-color css
<style>
span { border-color: #FE74FA; }
span { border-color: rgb(254,116,250); }
td.TdClassName
{
border-color: #FE74FA;
}
.TagClassName
{
border-color: #FE74FA;
}
</style>