Shades of Fuchsia Pink #FE7EFF
Tints of Fuchsia Pink #FE7EFF
RGB
CMYK
RGB Variations
Color information
#FE7EFF (or 0xFE7EFF) is known color: Fuchsia Pink. HEX triplet: FE, 7E and FF. RGB value is (254,126,255). Sum of RGB (Red+Green+Blue) = 254+126+255=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 126 (49.61% from 255 or 19.84% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7EFF is #018100. Grayscale: #B2B2B2. Windows color (decimal): -98561 or 16744190. OLE color: 16744190.
HSL color Cylindrical-coordinate representation of color #FE7EFF: hue angle of 299.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7EFF is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 126 | 255 | - |
| CMYK | 0.00 | 0.51 | 0 | 0 |
| HSL | 299.53º | 1% | 0.75% | - |
| HSV(B) | 299.53º | 0.51% | 1% | - |
| XYZ | 66.38 | 43.21 | 99.45 | - |
| YUV | 178.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 255 | 0.00 | 0.51 | 0 | 0 | 299.53 | 1 | 0.75 |
| Hex | FE | 7E | FF | 0 | 33 | 0 | 0 | 12C | 64 | 4B |
| Octal | 376 | 176 | 377 | 0 | 63 | 0 | 0 | 454 | 144 | 113 |
| Binary | 11111110 | 1111110 | 11111111 | 0 | 110011 | 0 | 0 | 100101100 | 1100100 | 1001011 |
Color Harmonies of #FE7EFF
Complementary color
Monochromatic Colors of #FE7EFF
Black with #FE7EFF
Text Example
Text Example
White with #FE7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EFF; }
p { color: rgb(254,126,255); }
H1.HeaderClassName
{
color: #FE7EFF;
}
.AnyTagClassName
{
color: #FE7EFF;
}
</style>
background-color css
<style>
a { background-color: #FE7EFF; }
a { background-color: rgb(254,126,255); }
div.DivClassName
{
background-color: #FE7EFF;
}
.BgClassName
{
background-color: #FE7EFF;
}
</style>
border-color css
<style>
span { border-color: #FE7EFF; }
span { border-color: rgb(254,126,255); }
td.TdClassName
{
border-color: #FE7EFF;
}
.TagClassName
{
border-color: #FE7EFF;
}
</style>