Shades of Fuchsia Pink #FE73FE
Tints of Fuchsia Pink #FE73FE
RGB
CMYK
RGB Variations
Color information
#FE73FE (or 0xFE73FE) is known color: Fuchsia Pink. HEX triplet: FE, 73 and FE. RGB value is (254,115,254). Sum of RGB (Red+Green+Blue) = 254+115+254=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 115 (45.31% from 255 or 18.46% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE73FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73FE is #018C01. Grayscale: #ABABAB. Windows color (decimal): -101378 or 16675838. OLE color: 16675838.
HSL color Cylindrical-coordinate representation of color #FE73FE: hue angle of 300º 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 #FE73FE is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 254 | - |
| CMYK | 0 | 0.55 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.72% | - |
| HSV(B) | 300º | 0.55% | 1% | - |
| XYZ | 64.89 | 40.49 | 98.16 | - |
| YUV | 172.41 | 174.05 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 254 | 0 | 0.55 | 0 | 0.00 | 300 | 0.99 | 0.72 |
| Hex | FE | 73 | FE | 0 | 37 | 0 | 0 | 12C | 63 | 48 |
| Octal | 376 | 163 | 376 | 0 | 67 | 0 | 0 | 454 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11111110 | 0 | 110111 | 0 | 0 | 100101100 | 1100011 | 1001000 |
Color Harmonies of #FE73FE
Complementary color
Monochromatic Colors of #FE73FE
Black with #FE73FE
Text Example
Text Example
White with #FE73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73FE; }
p { color: rgb(254,115,254); }
H1.HeaderClassName
{
color: #FE73FE;
}
.AnyTagClassName
{
color: #FE73FE;
}
</style>
background-color css
<style>
a { background-color: #FE73FE; }
a { background-color: rgb(254,115,254); }
div.DivClassName
{
background-color: #FE73FE;
}
.BgClassName
{
background-color: #FE73FE;
}
</style>
border-color css
<style>
span { border-color: #FE73FE; }
span { border-color: rgb(254,115,254); }
td.TdClassName
{
border-color: #FE73FE;
}
.TagClassName
{
border-color: #FE73FE;
}
</style>