Shades of Fuchsia Pink #FF8AF9
Tints of Fuchsia Pink #FF8AF9
RGB
CMYK
RGB Variations
Color information
#FF8AF9 (or 0xFF8AF9) is known color: Fuchsia Pink. HEX triplet: FF, 8A and F9. RGB value is (255,138,249). Sum of RGB (Red+Green+Blue) = 255+138+249=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 138 (54.30% from 255 or 21.50% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AF9 is #007506. Grayscale: #B9B9B9. Windows color (decimal): -29959 or 16354047. OLE color: 16354047.
HSL color Cylindrical-coordinate representation of color #FF8AF9: hue angle of 303.08º 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 #FF8AF9 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 249 | - |
| CMYK | 0 | 0.46 | 0.02 | 0 |
| HSL | 303.08º | 1% | 0.77% | - |
| HSV(B) | 303.08º | 0.46% | 1% | - |
| XYZ | 67.43 | 46.28 | 95 | - |
| YUV | 185.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 249 | 0 | 0.46 | 0.02 | 0 | 303.08 | 1 | 0.77 |
| Hex | FF | 8A | F9 | 0 | 2E | 2 | 0 | 12F | 64 | 4D |
| Octal | 377 | 212 | 371 | 0 | 56 | 2 | 0 | 457 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11111001 | 0 | 101110 | 10 | 0 | 100101111 | 1100100 | 1001101 |
Color Harmonies of #FF8AF9
Complementary color
Monochromatic Colors of #FF8AF9
Black with #FF8AF9
Text Example
Text Example
White with #FF8AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AF9; }
p { color: rgb(255,138,249); }
H1.HeaderClassName
{
color: #FF8AF9;
}
.AnyTagClassName
{
color: #FF8AF9;
}
</style>
background-color css
<style>
a { background-color: #FF8AF9; }
a { background-color: rgb(255,138,249); }
div.DivClassName
{
background-color: #FF8AF9;
}
.BgClassName
{
background-color: #FF8AF9;
}
</style>
border-color css
<style>
span { border-color: #FF8AF9; }
span { border-color: rgb(255,138,249); }
td.TdClassName
{
border-color: #FF8AF9;
}
.TagClassName
{
border-color: #FF8AF9;
}
</style>