Shades of Fuchsia Pink #FE73F0
Tints of Fuchsia Pink #FE73F0
RGB
CMYK
RGB Variations
Color information
#FE73F0 (or 0xFE73F0) is known color: Fuchsia Pink. HEX triplet: FE, 73 and F0. RGB value is (254,115,240). Sum of RGB (Red+Green+Blue) = 254+115+240=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 115 (45.31% from 255 or 18.88% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73F0 is #018C0F. Grayscale: #AAAAAA. Windows color (decimal): -101392 or 15758334. OLE color: 15758334.
HSL color Cylindrical-coordinate representation of color #FE73F0: hue angle of 306.04º 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 #FE73F0 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 240 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.00 |
| HSL | 306.04º | 0.99% | 0.72% | - |
| HSV(B) | 306.04º | 0.55% | 1% | - |
| XYZ | 62.73 | 39.62 | 86.78 | - |
| YUV | 170.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 240 | 0 | 0.55 | 0.06 | 0.00 | 306.04 | 0.99 | 0.72 |
| Hex | FE | 73 | F0 | 0 | 37 | 6 | 0 | 132 | 63 | 48 |
| Octal | 376 | 163 | 360 | 0 | 67 | 6 | 0 | 462 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11110000 | 0 | 110111 | 110 | 0 | 100110010 | 1100011 | 1001000 |
Color Harmonies of #FE73F0
Complementary color
Monochromatic Colors of #FE73F0
Black with #FE73F0
Text Example
Text Example
White with #FE73F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73F0; }
p { color: rgb(254,115,240); }
H1.HeaderClassName
{
color: #FE73F0;
}
.AnyTagClassName
{
color: #FE73F0;
}
</style>
background-color css
<style>
a { background-color: #FE73F0; }
a { background-color: rgb(254,115,240); }
div.DivClassName
{
background-color: #FE73F0;
}
.BgClassName
{
background-color: #FE73F0;
}
</style>
border-color css
<style>
span { border-color: #FE73F0; }
span { border-color: rgb(254,115,240); }
td.TdClassName
{
border-color: #FE73F0;
}
.TagClassName
{
border-color: #FE73F0;
}
</style>