Shades of Fuchsia Pink #FF8AF8
Tints of Fuchsia Pink #FF8AF8
RGB
CMYK
RGB Variations
Color information
#FF8AF8 (or 0xFF8AF8) is known color: Fuchsia Pink. HEX triplet: FF, 8A and F8. RGB value is (255,138,248). Sum of RGB (Red+Green+Blue) = 255+138+248=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 138 (54.30% from 255 or 21.53% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AF8 is #007507. Grayscale: #B9B9B9. Windows color (decimal): -29960 or 16288511. OLE color: 16288511.
HSL color Cylindrical-coordinate representation of color #FF8AF8: hue angle of 303.59º 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 #FF8AF8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 248 | - |
| CMYK | 0 | 0.46 | 0.03 | 0 |
| HSL | 303.59º | 1% | 0.77% | - |
| HSV(B) | 303.59º | 0.46% | 1% | - |
| XYZ | 67.27 | 46.21 | 94.18 | - |
| YUV | 185.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 248 | 0 | 0.46 | 0.03 | 0 | 303.59 | 1 | 0.77 |
| Hex | FF | 8A | F8 | 0 | 2E | 3 | 0 | 130 | 64 | 4D |
| Octal | 377 | 212 | 370 | 0 | 56 | 3 | 0 | 460 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11111000 | 0 | 101110 | 11 | 0 | 100110000 | 1100100 | 1001101 |
Color Harmonies of #FF8AF8
Complementary color
Monochromatic Colors of #FF8AF8
Black with #FF8AF8
Text Example
Text Example
White with #FF8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AF8; }
p { color: rgb(255,138,248); }
H1.HeaderClassName
{
color: #FF8AF8;
}
.AnyTagClassName
{
color: #FF8AF8;
}
</style>
background-color css
<style>
a { background-color: #FF8AF8; }
a { background-color: rgb(255,138,248); }
div.DivClassName
{
background-color: #FF8AF8;
}
.BgClassName
{
background-color: #FF8AF8;
}
</style>
border-color css
<style>
span { border-color: #FF8AF8; }
span { border-color: rgb(255,138,248); }
td.TdClassName
{
border-color: #FF8AF8;
}
.TagClassName
{
border-color: #FF8AF8;
}
</style>