Shades of Fuchsia Pink #FE7DFC
Tints of Fuchsia Pink #FE7DFC
RGB
CMYK
RGB Variations
Color information
#FE7DFC (or 0xFE7DFC) is known color: Fuchsia Pink. HEX triplet: FE, 7D and FC. RGB value is (254,125,252). Sum of RGB (Red+Green+Blue) = 254+125+252=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 125 (49.22% from 255 or 19.81% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7DFC is #018203. Grayscale: #B1B1B1. Windows color (decimal): -98820 or 16547326. OLE color: 16547326.
HSL color Cylindrical-coordinate representation of color #FE7DFC: hue angle of 300.93º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DFC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 252 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.00 |
| HSL | 300.93º | 0.98% | 0.74% | - |
| HSV(B) | 300.93º | 0.51% | 1% | - |
| XYZ | 65.78 | 42.77 | 96.88 | - |
| YUV | 178.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 252 | 0 | 0.51 | 0.01 | 0.00 | 300.93 | 0.98 | 0.74 |
| Hex | FE | 7D | FC | 0 | 33 | 1 | 0 | 12D | 62 | 4A |
| Octal | 376 | 175 | 374 | 0 | 63 | 1 | 0 | 455 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11111100 | 0 | 110011 | 1 | 0 | 100101101 | 1100010 | 1001010 |
Color Harmonies of #FE7DFC
Complementary color
Monochromatic Colors of #FE7DFC
Black with #FE7DFC
Text Example
Text Example
White with #FE7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DFC; }
p { color: rgb(254,125,252); }
H1.HeaderClassName
{
color: #FE7DFC;
}
.AnyTagClassName
{
color: #FE7DFC;
}
</style>
background-color css
<style>
a { background-color: #FE7DFC; }
a { background-color: rgb(254,125,252); }
div.DivClassName
{
background-color: #FE7DFC;
}
.BgClassName
{
background-color: #FE7DFC;
}
</style>
border-color css
<style>
span { border-color: #FE7DFC; }
span { border-color: rgb(254,125,252); }
td.TdClassName
{
border-color: #FE7DFC;
}
.TagClassName
{
border-color: #FE7DFC;
}
</style>