Shades of Fuchsia Pink #FE8FFE
Tints of Fuchsia Pink #FE8FFE
RGB
CMYK
RGB Variations
Color information
#FE8FFE (or 0xFE8FFE) is known color: Fuchsia Pink. HEX triplet: FE, 8F and FE. RGB value is (254,143,254). Sum of RGB (Red+Green+Blue) = 254+143+254=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 143 (56.25% from 255 or 21.97% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE8FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FFE is #017001. Grayscale: #BCBCBC. Windows color (decimal): -94210 or 16683006. OLE color: 16683006.
HSL color Cylindrical-coordinate representation of color #FE8FFE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FFE is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 254 | - |
| CMYK | 0 | 0.44 | 0 | 0.00 |
| HSL | 300º | 0.98% | 0.78% | - |
| HSV(B) | 300º | 0.44% | 1% | - |
| XYZ | 68.58 | 47.87 | 99.39 | - |
| YUV | 188.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 254 | 0 | 0.44 | 0 | 0.00 | 300 | 0.98 | 0.78 |
| Hex | FE | 8F | FE | 0 | 2C | 0 | 0 | 12C | 62 | 4E |
| Octal | 376 | 217 | 376 | 0 | 54 | 0 | 0 | 454 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11111110 | 0 | 101100 | 0 | 0 | 100101100 | 1100010 | 1001110 |
Color Harmonies of #FE8FFE
Complementary color
Monochromatic Colors of #FE8FFE
Black with #FE8FFE
Text Example
Text Example
White with #FE8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FFE; }
p { color: rgb(254,143,254); }
H1.HeaderClassName
{
color: #FE8FFE;
}
.AnyTagClassName
{
color: #FE8FFE;
}
</style>
background-color css
<style>
a { background-color: #FE8FFE; }
a { background-color: rgb(254,143,254); }
div.DivClassName
{
background-color: #FE8FFE;
}
.BgClassName
{
background-color: #FE8FFE;
}
</style>
border-color css
<style>
span { border-color: #FE8FFE; }
span { border-color: rgb(254,143,254); }
td.TdClassName
{
border-color: #FE8FFE;
}
.TagClassName
{
border-color: #FE8FFE;
}
</style>