Shades of Fuchsia Pink #FE73FF
Tints of Fuchsia Pink #FE73FF
RGB
CMYK
RGB Variations
Color information
#FE73FF (or 0xFE73FF) is known color: Fuchsia Pink. HEX triplet: FE, 73 and FF. RGB value is (254,115,255). Sum of RGB (Red+Green+Blue) = 254+115+255=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 115 (45.31% from 255 or 18.43% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE73FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73FF is #018C00. Grayscale: #ACACAC. Windows color (decimal): -101377 or 16741374. OLE color: 16741374.
HSL color Cylindrical-coordinate representation of color #FE73FF: hue angle of 299.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73FF is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 115 | 255 | - |
| CMYK | 0.00 | 0.55 | 0 | 0 |
| HSL | 299.57º | 1% | 0.73% | - |
| HSV(B) | 299.57º | 0.55% | 1% | - |
| XYZ | 65.05 | 40.55 | 99.01 | - |
| YUV | 172.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 255 | 0.00 | 0.55 | 0 | 0 | 299.57 | 1 | 0.73 |
| Hex | FE | 73 | FF | 0 | 37 | 0 | 0 | 12C | 64 | 49 |
| Octal | 376 | 163 | 377 | 0 | 67 | 0 | 0 | 454 | 144 | 111 |
| Binary | 11111110 | 1110011 | 11111111 | 0 | 110111 | 0 | 0 | 100101100 | 1100100 | 1001001 |
Color Harmonies of #FE73FF
Complementary color
Monochromatic Colors of #FE73FF
Black with #FE73FF
Text Example
Text Example
White with #FE73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73FF; }
p { color: rgb(254,115,255); }
H1.HeaderClassName
{
color: #FE73FF;
}
.AnyTagClassName
{
color: #FE73FF;
}
</style>
background-color css
<style>
a { background-color: #FE73FF; }
a { background-color: rgb(254,115,255); }
div.DivClassName
{
background-color: #FE73FF;
}
.BgClassName
{
background-color: #FE73FF;
}
</style>
border-color css
<style>
span { border-color: #FE73FF; }
span { border-color: rgb(254,115,255); }
td.TdClassName
{
border-color: #FE73FF;
}
.TagClassName
{
border-color: #FE73FF;
}
</style>