Shades of Fuchsia Pink #FE8FFF
Tints of Fuchsia Pink #FE8FFF
RGB
CMYK
RGB Variations
Color information
#FE8FFF (or 0xFE8FFF) is known color: Fuchsia Pink. HEX triplet: FE, 8F and FF. RGB value is (254,143,255). Sum of RGB (Red+Green+Blue) = 254+143+255=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 143 (56.25% from 255 or 21.93% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE8FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FFF is #017000. Grayscale: #BCBCBC. Windows color (decimal): -94209 or 16748542. OLE color: 16748542.
HSL color Cylindrical-coordinate representation of color #FE8FFF: hue angle of 299.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FFF is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 143 | 255 | - |
| CMYK | 0.00 | 0.44 | 0 | 0 |
| HSL | 299.46º | 1% | 0.78% | - |
| HSV(B) | 299.46º | 0.44% | 1% | - |
| XYZ | 68.75 | 47.94 | 100.24 | - |
| YUV | 188.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 255 | 0.00 | 0.44 | 0 | 0 | 299.46 | 1 | 0.78 |
| Hex | FE | 8F | FF | 0 | 2C | 0 | 0 | 12B | 64 | 4E |
| Octal | 376 | 217 | 377 | 0 | 54 | 0 | 0 | 453 | 144 | 116 |
| Binary | 11111110 | 10001111 | 11111111 | 0 | 101100 | 0 | 0 | 100101011 | 1100100 | 1001110 |
Color Harmonies of #FE8FFF
Complementary color
Monochromatic Colors of #FE8FFF
Black with #FE8FFF
Text Example
Text Example
White with #FE8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FFF; }
p { color: rgb(254,143,255); }
H1.HeaderClassName
{
color: #FE8FFF;
}
.AnyTagClassName
{
color: #FE8FFF;
}
</style>
background-color css
<style>
a { background-color: #FE8FFF; }
a { background-color: rgb(254,143,255); }
div.DivClassName
{
background-color: #FE8FFF;
}
.BgClassName
{
background-color: #FE8FFF;
}
</style>
border-color css
<style>
span { border-color: #FE8FFF; }
span { border-color: rgb(254,143,255); }
td.TdClassName
{
border-color: #FE8FFF;
}
.TagClassName
{
border-color: #FE8FFF;
}
</style>