Shades of Fuchsia Pink #FF86F8
Tints of Fuchsia Pink #FF86F8
RGB
CMYK
RGB Variations
Color information
#FF86F8 (or 0xFF86F8) is known color: Fuchsia Pink. HEX triplet: FF, 86 and F8. RGB value is (255,134,248). Sum of RGB (Red+Green+Blue) = 255+134+248=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 134 (52.73% from 255 or 21.04% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86F8 is #007907. Grayscale: #B6B6B6. Windows color (decimal): -30984 or 16287487. OLE color: 16287487.
HSL color Cylindrical-coordinate representation of color #FF86F8: hue angle of 303.47º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86F8 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 248 | - |
| CMYK | 0 | 0.47 | 0.03 | 0 |
| HSL | 303.47º | 1% | 0.76% | - |
| HSV(B) | 303.47º | 0.47% | 1% | - |
| XYZ | 66.71 | 45.09 | 93.99 | - |
| YUV | 183.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 248 | 0 | 0.47 | 0.03 | 0 | 303.47 | 1 | 0.76 |
| Hex | FF | 86 | F8 | 0 | 2F | 3 | 0 | 12F | 64 | 4C |
| Octal | 377 | 206 | 370 | 0 | 57 | 3 | 0 | 457 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11111000 | 0 | 101111 | 11 | 0 | 100101111 | 1100100 | 1001100 |
Color Harmonies of #FF86F8
Complementary color
Monochromatic Colors of #FF86F8
Black with #FF86F8
Text Example
Text Example
White with #FF86F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86F8; }
p { color: rgb(255,134,248); }
H1.HeaderClassName
{
color: #FF86F8;
}
.AnyTagClassName
{
color: #FF86F8;
}
</style>
background-color css
<style>
a { background-color: #FF86F8; }
a { background-color: rgb(255,134,248); }
div.DivClassName
{
background-color: #FF86F8;
}
.BgClassName
{
background-color: #FF86F8;
}
</style>
border-color css
<style>
span { border-color: #FF86F8; }
span { border-color: rgb(255,134,248); }
td.TdClassName
{
border-color: #FF86F8;
}
.TagClassName
{
border-color: #FF86F8;
}
</style>