Shades of Fuchsia Pink #FE73F5
Tints of Fuchsia Pink #FE73F5
RGB
CMYK
RGB Variations
Color information
#FE73F5 (or 0xFE73F5) is known color: Fuchsia Pink. HEX triplet: FE, 73 and F5. RGB value is (254,115,245). Sum of RGB (Red+Green+Blue) = 254+115+245=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 115 (45.31% from 255 or 18.73% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73F5 is #018C0A. Grayscale: #ABABAB. Windows color (decimal): -101387 or 16086014. OLE color: 16086014.
HSL color Cylindrical-coordinate representation of color #FE73F5: hue angle of 303.88º 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 #FE73F5 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 245 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.00 |
| HSL | 303.88º | 0.99% | 0.72% | - |
| HSV(B) | 303.88º | 0.55% | 1% | - |
| XYZ | 63.49 | 39.92 | 90.75 | - |
| YUV | 171.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 245 | 0 | 0.55 | 0.04 | 0.00 | 303.88 | 0.99 | 0.72 |
| Hex | FE | 73 | F5 | 0 | 37 | 4 | 0 | 130 | 63 | 48 |
| Octal | 376 | 163 | 365 | 0 | 67 | 4 | 0 | 460 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11110101 | 0 | 110111 | 100 | 0 | 100110000 | 1100011 | 1001000 |
Color Harmonies of #FE73F5
Complementary color
Monochromatic Colors of #FE73F5
Black with #FE73F5
Text Example
Text Example
White with #FE73F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73F5; }
p { color: rgb(254,115,245); }
H1.HeaderClassName
{
color: #FE73F5;
}
.AnyTagClassName
{
color: #FE73F5;
}
</style>
background-color css
<style>
a { background-color: #FE73F5; }
a { background-color: rgb(254,115,245); }
div.DivClassName
{
background-color: #FE73F5;
}
.BgClassName
{
background-color: #FE73F5;
}
</style>
border-color css
<style>
span { border-color: #FE73F5; }
span { border-color: rgb(254,115,245); }
td.TdClassName
{
border-color: #FE73F5;
}
.TagClassName
{
border-color: #FE73F5;
}
</style>