Shades of Fuchsia Pink #FF8FFF
Tints of Fuchsia Pink #FF8FFF
RGB
CMYK
RGB Variations
Color information
#FF8FFF (or 0xFF8FFF) is known color: Fuchsia Pink. HEX triplet: FF, 8F and FF. RGB value is (255,143,255). Sum of RGB (Red+Green+Blue) = 255+143+255=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 143 (56.25% from 255 or 21.90% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF8FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FFF is #007000. Grayscale: #BCBCBC. Windows color (decimal): -28673 or 16748543. OLE color: 16748543.
HSL color Cylindrical-coordinate representation of color #FF8FFF: hue angle of 300º 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 #FF8FFF is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 255 | - |
| CMYK | 0 | 0.44 | 0 | 0 |
| HSL | 300º | 1% | 0.78% | - |
| HSV(B) | 300º | 0.44% | 1% | - |
| XYZ | 69.11 | 48.12 | 100.25 | - |
| YUV | 189.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 255 | 0 | 0.44 | 0 | 0 | 300 | 1 | 0.78 |
| Hex | FF | 8F | FF | 0 | 2C | 0 | 0 | 12C | 64 | 4E |
| Octal | 377 | 217 | 377 | 0 | 54 | 0 | 0 | 454 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11111111 | 0 | 101100 | 0 | 0 | 100101100 | 1100100 | 1001110 |
Color Harmonies of #FF8FFF
Complementary color
Monochromatic Colors of #FF8FFF
Black with #FF8FFF
Text Example
Text Example
White with #FF8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FFF; }
p { color: rgb(255,143,255); }
H1.HeaderClassName
{
color: #FF8FFF;
}
.AnyTagClassName
{
color: #FF8FFF;
}
</style>
background-color css
<style>
a { background-color: #FF8FFF; }
a { background-color: rgb(255,143,255); }
div.DivClassName
{
background-color: #FF8FFF;
}
.BgClassName
{
background-color: #FF8FFF;
}
</style>
border-color css
<style>
span { border-color: #FF8FFF; }
span { border-color: rgb(255,143,255); }
td.TdClassName
{
border-color: #FF8FFF;
}
.TagClassName
{
border-color: #FF8FFF;
}
</style>