Shades of Fuchsia Pink #FE8AFF
Tints of Fuchsia Pink #FE8AFF
RGB
CMYK
RGB Variations
Color information
#FE8AFF (or 0xFE8AFF) is known color: Fuchsia Pink. HEX triplet: FE, 8A and FF. RGB value is (254,138,255). Sum of RGB (Red+Green+Blue) = 254+138+255=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 138 (54.30% from 255 or 21.33% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE8AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AFF is #017500. Grayscale: #B9B9B9. Windows color (decimal): -95489 or 16747262. OLE color: 16747262.
HSL color Cylindrical-coordinate representation of color #FE8AFF: hue angle of 299.49º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AFF is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 138 | 255 | - |
| CMYK | 0.00 | 0.46 | 0 | 0 |
| HSL | 299.49º | 1% | 0.77% | - |
| HSV(B) | 299.49º | 0.46% | 1% | - |
| XYZ | 68.01 | 46.47 | 99.99 | - |
| YUV | 186.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 255 | 0.00 | 0.46 | 0 | 0 | 299.49 | 1 | 0.77 |
| Hex | FE | 8A | FF | 0 | 2E | 0 | 0 | 12B | 64 | 4D |
| Octal | 376 | 212 | 377 | 0 | 56 | 0 | 0 | 453 | 144 | 115 |
| Binary | 11111110 | 10001010 | 11111111 | 0 | 101110 | 0 | 0 | 100101011 | 1100100 | 1001101 |
Color Harmonies of #FE8AFF
Complementary color
Monochromatic Colors of #FE8AFF
Black with #FE8AFF
Text Example
Text Example
White with #FE8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AFF; }
p { color: rgb(254,138,255); }
H1.HeaderClassName
{
color: #FE8AFF;
}
.AnyTagClassName
{
color: #FE8AFF;
}
</style>
background-color css
<style>
a { background-color: #FE8AFF; }
a { background-color: rgb(254,138,255); }
div.DivClassName
{
background-color: #FE8AFF;
}
.BgClassName
{
background-color: #FE8AFF;
}
</style>
border-color css
<style>
span { border-color: #FE8AFF; }
span { border-color: rgb(254,138,255); }
td.TdClassName
{
border-color: #FE8AFF;
}
.TagClassName
{
border-color: #FE8AFF;
}
</style>