Shades of Fuchsia Pink #FE7CFB
Tints of Fuchsia Pink #FE7CFB
RGB
CMYK
RGB Variations
Color information
#FE7CFB (or 0xFE7CFB) is known color: Fuchsia Pink. HEX triplet: FE, 7C and FB. RGB value is (254,124,251). Sum of RGB (Red+Green+Blue) = 254+124+251=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 124 (48.83% from 255 or 19.71% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CFB is #018304. Grayscale: #B0B0B0. Windows color (decimal): -99077 or 16481534. OLE color: 16481534.
HSL color Cylindrical-coordinate representation of color #FE7CFB: hue angle of 301.38º 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 #FE7CFB is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 251 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.00 |
| HSL | 301.38º | 0.98% | 0.74% | - |
| HSV(B) | 301.38º | 0.51% | 1% | - |
| XYZ | 65.49 | 42.45 | 96.01 | - |
| YUV | 177.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 251 | 0 | 0.51 | 0.01 | 0.00 | 301.38 | 0.98 | 0.74 |
| Hex | FE | 7C | FB | 0 | 33 | 1 | 0 | 12D | 62 | 4A |
| Octal | 376 | 174 | 373 | 0 | 63 | 1 | 0 | 455 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11111011 | 0 | 110011 | 1 | 0 | 100101101 | 1100010 | 1001010 |
Color Harmonies of #FE7CFB
Complementary color
Monochromatic Colors of #FE7CFB
Black with #FE7CFB
Text Example
Text Example
White with #FE7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CFB; }
p { color: rgb(254,124,251); }
H1.HeaderClassName
{
color: #FE7CFB;
}
.AnyTagClassName
{
color: #FE7CFB;
}
</style>
background-color css
<style>
a { background-color: #FE7CFB; }
a { background-color: rgb(254,124,251); }
div.DivClassName
{
background-color: #FE7CFB;
}
.BgClassName
{
background-color: #FE7CFB;
}
</style>
border-color css
<style>
span { border-color: #FE7CFB; }
span { border-color: rgb(254,124,251); }
td.TdClassName
{
border-color: #FE7CFB;
}
.TagClassName
{
border-color: #FE7CFB;
}
</style>