Shades of Fuchsia Pink #FF7EFF
Tints of Fuchsia Pink #FF7EFF
RGB
CMYK
RGB Variations
Color information
#FF7EFF (or 0xFF7EFF) is known color: Fuchsia Pink. HEX triplet: FF, 7E and FF. RGB value is (255,126,255). Sum of RGB (Red+Green+Blue) = 255+126+255=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 126 (49.61% from 255 or 19.81% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7EFF is #008100. Grayscale: #B2B2B2. Windows color (decimal): -33025 or 16744191. OLE color: 16744191.
HSL color Cylindrical-coordinate representation of color #FF7EFF: hue angle of 300º 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 #FF7EFF is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 255 | - |
| CMYK | 0 | 0.51 | 0 | 0 |
| HSL | 300º | 1% | 0.75% | - |
| HSV(B) | 300º | 0.51% | 1% | - |
| XYZ | 66.75 | 43.4 | 99.47 | - |
| YUV | 179.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 255 | 0 | 0.51 | 0 | 0 | 300 | 1 | 0.75 |
| Hex | FF | 7E | FF | 0 | 33 | 0 | 0 | 12C | 64 | 4B |
| Octal | 377 | 176 | 377 | 0 | 63 | 0 | 0 | 454 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11111111 | 0 | 110011 | 0 | 0 | 100101100 | 1100100 | 1001011 |
Color Harmonies of #FF7EFF
Complementary color
Monochromatic Colors of #FF7EFF
Black with #FF7EFF
Text Example
Text Example
White with #FF7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7EFF; }
p { color: rgb(255,126,255); }
H1.HeaderClassName
{
color: #FF7EFF;
}
.AnyTagClassName
{
color: #FF7EFF;
}
</style>
background-color css
<style>
a { background-color: #FF7EFF; }
a { background-color: rgb(255,126,255); }
div.DivClassName
{
background-color: #FF7EFF;
}
.BgClassName
{
background-color: #FF7EFF;
}
</style>
border-color css
<style>
span { border-color: #FF7EFF; }
span { border-color: rgb(255,126,255); }
td.TdClassName
{
border-color: #FF7EFF;
}
.TagClassName
{
border-color: #FF7EFF;
}
</style>