Shades of Fuchsia Pink #FE7DFF
Tints of Fuchsia Pink #FE7DFF
RGB
CMYK
RGB Variations
Color information
#FE7DFF (or 0xFE7DFF) is known color: Fuchsia Pink. HEX triplet: FE, 7D and FF. RGB value is (254,125,255). Sum of RGB (Red+Green+Blue) = 254+125+255=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 125 (49.22% from 255 or 19.72% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7DFF is #018200. Grayscale: #B2B2B2. Windows color (decimal): -98817 or 16743934. OLE color: 16743934.
HSL color Cylindrical-coordinate representation of color #FE7DFF: hue angle of 299.54º 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 #FE7DFF is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 125 | 255 | - |
| CMYK | 0.00 | 0.51 | 0 | 0 |
| HSL | 299.54º | 1% | 0.75% | - |
| HSV(B) | 299.54º | 0.51% | 1% | - |
| XYZ | 66.26 | 42.96 | 99.41 | - |
| YUV | 178.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 255 | 0.00 | 0.51 | 0 | 0 | 299.54 | 1 | 0.75 |
| Hex | FE | 7D | FF | 0 | 33 | 0 | 0 | 12C | 64 | 4B |
| Octal | 376 | 175 | 377 | 0 | 63 | 0 | 0 | 454 | 144 | 113 |
| Binary | 11111110 | 1111101 | 11111111 | 0 | 110011 | 0 | 0 | 100101100 | 1100100 | 1001011 |
Color Harmonies of #FE7DFF
Complementary color
Monochromatic Colors of #FE7DFF
Black with #FE7DFF
Text Example
Text Example
White with #FE7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DFF; }
p { color: rgb(254,125,255); }
H1.HeaderClassName
{
color: #FE7DFF;
}
.AnyTagClassName
{
color: #FE7DFF;
}
</style>
background-color css
<style>
a { background-color: #FE7DFF; }
a { background-color: rgb(254,125,255); }
div.DivClassName
{
background-color: #FE7DFF;
}
.BgClassName
{
background-color: #FE7DFF;
}
</style>
border-color css
<style>
span { border-color: #FE7DFF; }
span { border-color: rgb(254,125,255); }
td.TdClassName
{
border-color: #FE7DFF;
}
.TagClassName
{
border-color: #FE7DFF;
}
</style>