Shades of Fuchsia Pink #FF8DFD
Tints of Fuchsia Pink #FF8DFD
RGB
CMYK
RGB Variations
Color information
#FF8DFD (or 0xFF8DFD) is known color: Fuchsia Pink. HEX triplet: FF, 8D and FD. RGB value is (255,141,253). Sum of RGB (Red+Green+Blue) = 255+141+253=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 141 (55.47% from 255 or 21.73% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8DFD is #007202. Grayscale: #BBBBBB. Windows color (decimal): -29187 or 16616959. OLE color: 16616959.
HSL color Cylindrical-coordinate representation of color #FF8DFD: hue angle of 301.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DFD is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 253 | - |
| CMYK | 0 | 0.45 | 0.01 | 0 |
| HSL | 301.05º | 1% | 0.78% | - |
| HSV(B) | 301.05º | 0.45% | 1% | - |
| XYZ | 68.49 | 47.4 | 98.47 | - |
| YUV | 187.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 253 | 0 | 0.45 | 0.01 | 0 | 301.05 | 1 | 0.78 |
| Hex | FF | 8D | FD | 0 | 2D | 1 | 0 | 12D | 64 | 4E |
| Octal | 377 | 215 | 375 | 0 | 55 | 1 | 0 | 455 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11111101 | 0 | 101101 | 1 | 0 | 100101101 | 1100100 | 1001110 |
Color Harmonies of #FF8DFD
Complementary color
Monochromatic Colors of #FF8DFD
Black with #FF8DFD
Text Example
Text Example
White with #FF8DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DFD; }
p { color: rgb(255,141,253); }
H1.HeaderClassName
{
color: #FF8DFD;
}
.AnyTagClassName
{
color: #FF8DFD;
}
</style>
background-color css
<style>
a { background-color: #FF8DFD; }
a { background-color: rgb(255,141,253); }
div.DivClassName
{
background-color: #FF8DFD;
}
.BgClassName
{
background-color: #FF8DFD;
}
</style>
border-color css
<style>
span { border-color: #FF8DFD; }
span { border-color: rgb(255,141,253); }
td.TdClassName
{
border-color: #FF8DFD;
}
.TagClassName
{
border-color: #FF8DFD;
}
</style>