Shades of Fuchsia Pink #FA8CFF
Tints of Fuchsia Pink #FA8CFF
RGB
CMYK
RGB Variations
Color information
#FA8CFF (or 0xFA8CFF) is known color: Fuchsia Pink. HEX triplet: FA, 8C and FF. RGB value is (250,140,255). Sum of RGB (Red+Green+Blue) = 250+140+255=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 140 (55.08% from 255 or 21.71% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8CFF is #057300. Grayscale: #B9B9B9. Windows color (decimal): -357121 or 16747770. OLE color: 16747770.
HSL color Cylindrical-coordinate representation of color #FA8CFF: hue angle of 297.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8CFF is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 140 | 255 | - |
| CMYK | 0.02 | 0.45 | 0 | 0 |
| HSL | 297.39º | 1% | 0.77% | - |
| HSV(B) | 297.39º | 0.45% | 1% | - |
| XYZ | 66.85 | 46.3 | 100.02 | - |
| YUV | 186 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 255 | 0.02 | 0.45 | 0 | 0 | 297.39 | 1 | 0.77 |
| Hex | FA | 8C | FF | 2 | 2D | 0 | 0 | 129 | 64 | 4D |
| Octal | 372 | 214 | 377 | 2 | 55 | 0 | 0 | 451 | 144 | 115 |
| Binary | 11111010 | 10001100 | 11111111 | 10 | 101101 | 0 | 0 | 100101001 | 1100100 | 1001101 |
Color Harmonies of #FA8CFF
Complementary color
Monochromatic Colors of #FA8CFF
Black with #FA8CFF
Text Example
Text Example
White with #FA8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8CFF; }
p { color: rgb(250,140,255); }
H1.HeaderClassName
{
color: #FA8CFF;
}
.AnyTagClassName
{
color: #FA8CFF;
}
</style>
background-color css
<style>
a { background-color: #FA8CFF; }
a { background-color: rgb(250,140,255); }
div.DivClassName
{
background-color: #FA8CFF;
}
.BgClassName
{
background-color: #FA8CFF;
}
</style>
border-color css
<style>
span { border-color: #FA8CFF; }
span { border-color: rgb(250,140,255); }
td.TdClassName
{
border-color: #FA8CFF;
}
.TagClassName
{
border-color: #FA8CFF;
}
</style>