Shades of Fuchsia Pink #FE73FA
Tints of Fuchsia Pink #FE73FA
RGB
CMYK
RGB Variations
Color information
#FE73FA (or 0xFE73FA) is known color: Fuchsia Pink. HEX triplet: FE, 73 and FA. RGB value is (254,115,250). Sum of RGB (Red+Green+Blue) = 254+115+250=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 115 (45.31% from 255 or 18.58% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73FA is #018C05. Grayscale: #ABABAB. Windows color (decimal): -101382 or 16413694. OLE color: 16413694.
HSL color Cylindrical-coordinate representation of color #FE73FA: hue angle of 301.73º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73FA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 250 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.00 |
| HSL | 301.73º | 0.99% | 0.72% | - |
| HSV(B) | 301.73º | 0.55% | 1% | - |
| XYZ | 64.26 | 40.23 | 94.82 | - |
| YUV | 171.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 250 | 0 | 0.55 | 0.02 | 0.00 | 301.73 | 0.99 | 0.72 |
| Hex | FE | 73 | FA | 0 | 37 | 2 | 0 | 12E | 63 | 48 |
| Octal | 376 | 163 | 372 | 0 | 67 | 2 | 0 | 456 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11111010 | 0 | 110111 | 10 | 0 | 100101110 | 1100011 | 1001000 |
Color Harmonies of #FE73FA
Complementary color
Monochromatic Colors of #FE73FA
Black with #FE73FA
Text Example
Text Example
White with #FE73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73FA; }
p { color: rgb(254,115,250); }
H1.HeaderClassName
{
color: #FE73FA;
}
.AnyTagClassName
{
color: #FE73FA;
}
</style>
background-color css
<style>
a { background-color: #FE73FA; }
a { background-color: rgb(254,115,250); }
div.DivClassName
{
background-color: #FE73FA;
}
.BgClassName
{
background-color: #FE73FA;
}
</style>
border-color css
<style>
span { border-color: #FE73FA; }
span { border-color: rgb(254,115,250); }
td.TdClassName
{
border-color: #FE73FA;
}
.TagClassName
{
border-color: #FE73FA;
}
</style>