Shades of Fuchsia Pink #FE73F8
Tints of Fuchsia Pink #FE73F8
RGB
CMYK
RGB Variations
Color information
#FE73F8 (or 0xFE73F8) is known color: Fuchsia Pink. HEX triplet: FE, 73 and F8. RGB value is (254,115,248). Sum of RGB (Red+Green+Blue) = 254+115+248=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 115 (45.31% from 255 or 18.64% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73F8 is #018C07. Grayscale: #ABABAB. Windows color (decimal): -101384 or 16282622. OLE color: 16282622.
HSL color Cylindrical-coordinate representation of color #FE73F8: hue angle of 302.59º 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 #FE73F8 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 248 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.00 |
| HSL | 302.59º | 0.99% | 0.72% | - |
| HSV(B) | 302.59º | 0.55% | 1% | - |
| XYZ | 63.95 | 40.11 | 93.18 | - |
| YUV | 171.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 248 | 0 | 0.55 | 0.02 | 0.00 | 302.59 | 0.99 | 0.72 |
| Hex | FE | 73 | F8 | 0 | 37 | 2 | 0 | 12F | 63 | 48 |
| Octal | 376 | 163 | 370 | 0 | 67 | 2 | 0 | 457 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11111000 | 0 | 110111 | 10 | 0 | 100101111 | 1100011 | 1001000 |
Color Harmonies of #FE73F8
Complementary color
Monochromatic Colors of #FE73F8
Black with #FE73F8
Text Example
Text Example
White with #FE73F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73F8; }
p { color: rgb(254,115,248); }
H1.HeaderClassName
{
color: #FE73F8;
}
.AnyTagClassName
{
color: #FE73F8;
}
</style>
background-color css
<style>
a { background-color: #FE73F8; }
a { background-color: rgb(254,115,248); }
div.DivClassName
{
background-color: #FE73F8;
}
.BgClassName
{
background-color: #FE73F8;
}
</style>
border-color css
<style>
span { border-color: #FE73F8; }
span { border-color: rgb(254,115,248); }
td.TdClassName
{
border-color: #FE73F8;
}
.TagClassName
{
border-color: #FE73F8;
}
</style>