Shades of Fuchsia Pink #FF8CFA
Tints of Fuchsia Pink #FF8CFA
RGB
CMYK
RGB Variations
Color information
#FF8CFA (or 0xFF8CFA) is known color: Fuchsia Pink. HEX triplet: FF, 8C and FA. RGB value is (255,140,250). Sum of RGB (Red+Green+Blue) = 255+140+250=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 140 (55.08% from 255 or 21.71% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CFA is #007305. Grayscale: #BABABA. Windows color (decimal): -29446 or 16420095. OLE color: 16420095.
HSL color Cylindrical-coordinate representation of color #FF8CFA: hue angle of 302.61º 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 #FF8CFA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 250 | - |
| CMYK | 0 | 0.45 | 0.02 | 0 |
| HSL | 302.61º | 1% | 0.77% | - |
| HSV(B) | 302.61º | 0.45% | 1% | - |
| XYZ | 67.87 | 46.92 | 95.92 | - |
| YUV | 186.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 250 | 0 | 0.45 | 0.02 | 0 | 302.61 | 1 | 0.77 |
| Hex | FF | 8C | FA | 0 | 2D | 2 | 0 | 12F | 64 | 4D |
| Octal | 377 | 214 | 372 | 0 | 55 | 2 | 0 | 457 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11111010 | 0 | 101101 | 10 | 0 | 100101111 | 1100100 | 1001101 |
Color Harmonies of #FF8CFA
Complementary color
Monochromatic Colors of #FF8CFA
Black with #FF8CFA
Text Example
Text Example
White with #FF8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CFA; }
p { color: rgb(255,140,250); }
H1.HeaderClassName
{
color: #FF8CFA;
}
.AnyTagClassName
{
color: #FF8CFA;
}
</style>
background-color css
<style>
a { background-color: #FF8CFA; }
a { background-color: rgb(255,140,250); }
div.DivClassName
{
background-color: #FF8CFA;
}
.BgClassName
{
background-color: #FF8CFA;
}
</style>
border-color css
<style>
span { border-color: #FF8CFA; }
span { border-color: rgb(255,140,250); }
td.TdClassName
{
border-color: #FF8CFA;
}
.TagClassName
{
border-color: #FF8CFA;
}
</style>