Shades of Fuchsia Pink #FA8EFF
Tints of Fuchsia Pink #FA8EFF
RGB
CMYK
RGB Variations
Color information
#FA8EFF (or 0xFA8EFF) is known color: Fuchsia Pink. HEX triplet: FA, 8E and FF. RGB value is (250,142,255). Sum of RGB (Red+Green+Blue) = 250+142+255=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 142 (55.86% from 255 or 21.95% 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 #FA8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8EFF is #057100. Grayscale: #BABABA. Windows color (decimal): -356609 or 16748282. OLE color: 16748282.
HSL color Cylindrical-coordinate representation of color #FA8EFF: hue angle of 297.35º 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 #FA8EFF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 142 | 255 | - |
| CMYK | 0.02 | 0.44 | 0 | 0 |
| HSL | 297.35º | 1% | 0.78% | - |
| HSV(B) | 297.35º | 0.44% | 1% | - |
| XYZ | 67.15 | 46.89 | 100.12 | - |
| YUV | 187.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 255 | 0.02 | 0.44 | 0 | 0 | 297.35 | 1 | 0.78 |
| Hex | FA | 8E | FF | 2 | 2C | 0 | 0 | 129 | 64 | 4E |
| Octal | 372 | 216 | 377 | 2 | 54 | 0 | 0 | 451 | 144 | 116 |
| Binary | 11111010 | 10001110 | 11111111 | 10 | 101100 | 0 | 0 | 100101001 | 1100100 | 1001110 |
Color Harmonies of #FA8EFF
Complementary color
Monochromatic Colors of #FA8EFF
Black with #FA8EFF
Text Example
Text Example
White with #FA8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EFF; }
p { color: rgb(250,142,255); }
H1.HeaderClassName
{
color: #FA8EFF;
}
.AnyTagClassName
{
color: #FA8EFF;
}
</style>
background-color css
<style>
a { background-color: #FA8EFF; }
a { background-color: rgb(250,142,255); }
div.DivClassName
{
background-color: #FA8EFF;
}
.BgClassName
{
background-color: #FA8EFF;
}
</style>
border-color css
<style>
span { border-color: #FA8EFF; }
span { border-color: rgb(250,142,255); }
td.TdClassName
{
border-color: #FA8EFF;
}
.TagClassName
{
border-color: #FA8EFF;
}
</style>