Shades of Fuchsia Pink #FF8EFD
Tints of Fuchsia Pink #FF8EFD
RGB
CMYK
RGB Variations
Color information
#FF8EFD (or 0xFF8EFD) is known color: Fuchsia Pink. HEX triplet: FF, 8E and FD. RGB value is (255,142,253). Sum of RGB (Red+Green+Blue) = 255+142+253=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 142 (55.86% from 255 or 21.85% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8EFD is #007102. Grayscale: #BCBCBC. Windows color (decimal): -28931 or 16617215. OLE color: 16617215.
HSL color Cylindrical-coordinate representation of color #FF8EFD: hue angle of 301.06º 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 #FF8EFD is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 253 | - |
| CMYK | 0 | 0.44 | 0.01 | 0 |
| HSL | 301.06º | 1% | 0.78% | - |
| HSV(B) | 301.06º | 0.44% | 1% | - |
| XYZ | 68.64 | 47.7 | 98.52 | - |
| YUV | 188.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 253 | 0 | 0.44 | 0.01 | 0 | 301.06 | 1 | 0.78 |
| Hex | FF | 8E | FD | 0 | 2C | 1 | 0 | 12D | 64 | 4E |
| Octal | 377 | 216 | 375 | 0 | 54 | 1 | 0 | 455 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11111101 | 0 | 101100 | 1 | 0 | 100101101 | 1100100 | 1001110 |
Color Harmonies of #FF8EFD
Complementary color
Monochromatic Colors of #FF8EFD
Black with #FF8EFD
Text Example
Text Example
White with #FF8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EFD; }
p { color: rgb(255,142,253); }
H1.HeaderClassName
{
color: #FF8EFD;
}
.AnyTagClassName
{
color: #FF8EFD;
}
</style>
background-color css
<style>
a { background-color: #FF8EFD; }
a { background-color: rgb(255,142,253); }
div.DivClassName
{
background-color: #FF8EFD;
}
.BgClassName
{
background-color: #FF8EFD;
}
</style>
border-color css
<style>
span { border-color: #FF8EFD; }
span { border-color: rgb(255,142,253); }
td.TdClassName
{
border-color: #FF8EFD;
}
.TagClassName
{
border-color: #FF8EFD;
}
</style>