Shades of Fuchsia Pink #FE7DFB
Tints of Fuchsia Pink #FE7DFB
RGB
CMYK
RGB Variations
Color information
#FE7DFB (or 0xFE7DFB) is known color: Fuchsia Pink. HEX triplet: FE, 7D and FB. RGB value is (254,125,251). Sum of RGB (Red+Green+Blue) = 254+125+251=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 125 (49.22% from 255 or 19.84% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7DFB is #018204. Grayscale: #B1B1B1. Windows color (decimal): -98821 or 16481790. OLE color: 16481790.
HSL color Cylindrical-coordinate representation of color #FE7DFB: hue angle of 301.4º 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 #FE7DFB is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 251 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.00 |
| HSL | 301.4º | 0.98% | 0.74% | - |
| HSV(B) | 301.4º | 0.51% | 1% | - |
| XYZ | 65.62 | 42.7 | 96.05 | - |
| YUV | 177.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 251 | 0 | 0.51 | 0.01 | 0.00 | 301.4 | 0.98 | 0.74 |
| Hex | FE | 7D | FB | 0 | 33 | 1 | 0 | 12D | 62 | 4A |
| Octal | 376 | 175 | 373 | 0 | 63 | 1 | 0 | 455 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11111011 | 0 | 110011 | 1 | 0 | 100101101 | 1100010 | 1001010 |
Color Harmonies of #FE7DFB
Complementary color
Monochromatic Colors of #FE7DFB
Black with #FE7DFB
Text Example
Text Example
White with #FE7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DFB; }
p { color: rgb(254,125,251); }
H1.HeaderClassName
{
color: #FE7DFB;
}
.AnyTagClassName
{
color: #FE7DFB;
}
</style>
background-color css
<style>
a { background-color: #FE7DFB; }
a { background-color: rgb(254,125,251); }
div.DivClassName
{
background-color: #FE7DFB;
}
.BgClassName
{
background-color: #FE7DFB;
}
</style>
border-color css
<style>
span { border-color: #FE7DFB; }
span { border-color: rgb(254,125,251); }
td.TdClassName
{
border-color: #FE7DFB;
}
.TagClassName
{
border-color: #FE7DFB;
}
</style>