Shades of Fuchsia Pink #FF8EFE
Tints of Fuchsia Pink #FF8EFE
RGB
CMYK
RGB Variations
Color information
#FF8EFE (or 0xFF8EFE) is known color: Fuchsia Pink. HEX triplet: FF, 8E and FE. RGB value is (255,142,254). Sum of RGB (Red+Green+Blue) = 255+142+254=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 142 (55.86% from 255 or 21.81% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8EFE is #007101. Grayscale: #BCBCBC. Windows color (decimal): -28930 or 16682751. OLE color: 16682751.
HSL color Cylindrical-coordinate representation of color #FF8EFE: hue angle of 300.53º 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 #FF8EFE is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 254 | - |
| CMYK | 0 | 0.44 | 0.00 | 0 |
| HSL | 300.53º | 1% | 0.78% | - |
| HSV(B) | 300.53º | 0.44% | 1% | - |
| XYZ | 68.8 | 47.76 | 99.36 | - |
| YUV | 188.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 254 | 0 | 0.44 | 0.00 | 0 | 300.53 | 1 | 0.78 |
| Hex | FF | 8E | FE | 0 | 2C | 0 | 0 | 12D | 64 | 4E |
| Octal | 377 | 216 | 376 | 0 | 54 | 0 | 0 | 455 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11111110 | 0 | 101100 | 0 | 0 | 100101101 | 1100100 | 1001110 |
Color Harmonies of #FF8EFE
Complementary color
Monochromatic Colors of #FF8EFE
Black with #FF8EFE
Text Example
Text Example
White with #FF8EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EFE; }
p { color: rgb(255,142,254); }
H1.HeaderClassName
{
color: #FF8EFE;
}
.AnyTagClassName
{
color: #FF8EFE;
}
</style>
background-color css
<style>
a { background-color: #FF8EFE; }
a { background-color: rgb(255,142,254); }
div.DivClassName
{
background-color: #FF8EFE;
}
.BgClassName
{
background-color: #FF8EFE;
}
</style>
border-color css
<style>
span { border-color: #FF8EFE; }
span { border-color: rgb(255,142,254); }
td.TdClassName
{
border-color: #FF8EFE;
}
.TagClassName
{
border-color: #FF8EFE;
}
</style>