Shades of Fuchsia Pink #FE73F7
Tints of Fuchsia Pink #FE73F7
RGB
CMYK
RGB Variations
Color information
#FE73F7 (or 0xFE73F7) is known color: Fuchsia Pink. HEX triplet: FE, 73 and F7. RGB value is (254,115,247). Sum of RGB (Red+Green+Blue) = 254+115+247=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 115 (45.31% from 255 or 18.67% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73F7 is #018C08. Grayscale: #ABABAB. Windows color (decimal): -101385 or 16217086. OLE color: 16217086.
HSL color Cylindrical-coordinate representation of color #FE73F7: hue angle of 303.02º 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 #FE73F7 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 247 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.00 |
| HSL | 303.02º | 0.99% | 0.72% | - |
| HSV(B) | 303.02º | 0.55% | 1% | - |
| XYZ | 63.79 | 40.05 | 92.36 | - |
| YUV | 171.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 247 | 0 | 0.55 | 0.03 | 0.00 | 303.02 | 0.99 | 0.72 |
| Hex | FE | 73 | F7 | 0 | 37 | 3 | 0 | 12F | 63 | 48 |
| Octal | 376 | 163 | 367 | 0 | 67 | 3 | 0 | 457 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11110111 | 0 | 110111 | 11 | 0 | 100101111 | 1100011 | 1001000 |
Color Harmonies of #FE73F7
Complementary color
Monochromatic Colors of #FE73F7
Black with #FE73F7
Text Example
Text Example
White with #FE73F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73F7; }
p { color: rgb(254,115,247); }
H1.HeaderClassName
{
color: #FE73F7;
}
.AnyTagClassName
{
color: #FE73F7;
}
</style>
background-color css
<style>
a { background-color: #FE73F7; }
a { background-color: rgb(254,115,247); }
div.DivClassName
{
background-color: #FE73F7;
}
.BgClassName
{
background-color: #FE73F7;
}
</style>
border-color css
<style>
span { border-color: #FE73F7; }
span { border-color: rgb(254,115,247); }
td.TdClassName
{
border-color: #FE73F7;
}
.TagClassName
{
border-color: #FE73F7;
}
</style>