Shades of Fuchsia Pink #FF8AFC
Tints of Fuchsia Pink #FF8AFC
RGB
CMYK
RGB Variations
Color information
#FF8AFC (or 0xFF8AFC) is known color: Fuchsia Pink. HEX triplet: FF, 8A and FC. RGB value is (255,138,252). Sum of RGB (Red+Green+Blue) = 255+138+252=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 138 (54.30% from 255 or 21.40% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AFC is #007503. Grayscale: #B9B9B9. Windows color (decimal): -29956 or 16550655. OLE color: 16550655.
HSL color Cylindrical-coordinate representation of color #FF8AFC: hue angle of 301.54º 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 #FF8AFC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 252 | - |
| CMYK | 0 | 0.46 | 0.01 | 0 |
| HSL | 301.54º | 1% | 0.77% | - |
| HSV(B) | 301.54º | 0.46% | 1% | - |
| XYZ | 67.9 | 46.47 | 97.49 | - |
| YUV | 185.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 252 | 0 | 0.46 | 0.01 | 0 | 301.54 | 1 | 0.77 |
| Hex | FF | 8A | FC | 0 | 2E | 1 | 0 | 12E | 64 | 4D |
| Octal | 377 | 212 | 374 | 0 | 56 | 1 | 0 | 456 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11111100 | 0 | 101110 | 1 | 0 | 100101110 | 1100100 | 1001101 |
Color Harmonies of #FF8AFC
Complementary color
Monochromatic Colors of #FF8AFC
Black with #FF8AFC
Text Example
Text Example
White with #FF8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AFC; }
p { color: rgb(255,138,252); }
H1.HeaderClassName
{
color: #FF8AFC;
}
.AnyTagClassName
{
color: #FF8AFC;
}
</style>
background-color css
<style>
a { background-color: #FF8AFC; }
a { background-color: rgb(255,138,252); }
div.DivClassName
{
background-color: #FF8AFC;
}
.BgClassName
{
background-color: #FF8AFC;
}
</style>
border-color css
<style>
span { border-color: #FF8AFC; }
span { border-color: rgb(255,138,252); }
td.TdClassName
{
border-color: #FF8AFC;
}
.TagClassName
{
border-color: #FF8AFC;
}
</style>