Shades of Fuchsia Pink #FF8AFF
Tints of Fuchsia Pink #FF8AFF
RGB
CMYK
RGB Variations
Color information
#FF8AFF (or 0xFF8AFF) is known color: Fuchsia Pink. HEX triplet: FF, 8A and FF. RGB value is (255,138,255). Sum of RGB (Red+Green+Blue) = 255+138+255=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 138 (54.30% from 255 or 21.30% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF8AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AFF is #007500. Grayscale: #B9B9B9. Windows color (decimal): -29953 or 16747263. OLE color: 16747263.
HSL color Cylindrical-coordinate representation of color #FF8AFF: hue angle of 300º 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 #FF8AFF is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 255 | - |
| CMYK | 0 | 0.46 | 0 | 0 |
| HSL | 300º | 1% | 0.77% | - |
| HSV(B) | 300º | 0.46% | 1% | - |
| XYZ | 68.38 | 46.66 | 100.01 | - |
| YUV | 186.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 255 | 0 | 0.46 | 0 | 0 | 300 | 1 | 0.77 |
| Hex | FF | 8A | FF | 0 | 2E | 0 | 0 | 12C | 64 | 4D |
| Octal | 377 | 212 | 377 | 0 | 56 | 0 | 0 | 454 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11111111 | 0 | 101110 | 0 | 0 | 100101100 | 1100100 | 1001101 |
Color Harmonies of #FF8AFF
Complementary color
Monochromatic Colors of #FF8AFF
Black with #FF8AFF
Text Example
Text Example
White with #FF8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AFF; }
p { color: rgb(255,138,255); }
H1.HeaderClassName
{
color: #FF8AFF;
}
.AnyTagClassName
{
color: #FF8AFF;
}
</style>
background-color css
<style>
a { background-color: #FF8AFF; }
a { background-color: rgb(255,138,255); }
div.DivClassName
{
background-color: #FF8AFF;
}
.BgClassName
{
background-color: #FF8AFF;
}
</style>
border-color css
<style>
span { border-color: #FF8AFF; }
span { border-color: rgb(255,138,255); }
td.TdClassName
{
border-color: #FF8AFF;
}
.TagClassName
{
border-color: #FF8AFF;
}
</style>