Shades of Fuchsia Pink #FD8DFF
Tints of Fuchsia Pink #FD8DFF
RGB
CMYK
RGB Variations
Color information
#FD8DFF (or 0xFD8DFF) is known color: Fuchsia Pink. HEX triplet: FD, 8D and FF. RGB value is (253,141,255). Sum of RGB (Red+Green+Blue) = 253+141+255=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 141 (55.47% from 255 or 21.73% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8DFF is #027200. Grayscale: #BBBBBB. Windows color (decimal): -160257 or 16748029. OLE color: 16748029.
HSL color Cylindrical-coordinate representation of color #FD8DFF: hue angle of 298.95º 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 #FD8DFF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 141 | 255 | - |
| CMYK | 0.01 | 0.45 | 0 | 0 |
| HSL | 298.95º | 1% | 0.78% | - |
| HSV(B) | 298.95º | 0.45% | 1% | - |
| XYZ | 68.08 | 47.15 | 100.12 | - |
| YUV | 187.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 255 | 0.01 | 0.45 | 0 | 0 | 298.95 | 1 | 0.78 |
| Hex | FD | 8D | FF | 1 | 2D | 0 | 0 | 12B | 64 | 4E |
| Octal | 375 | 215 | 377 | 1 | 55 | 0 | 0 | 453 | 144 | 116 |
| Binary | 11111101 | 10001101 | 11111111 | 1 | 101101 | 0 | 0 | 100101011 | 1100100 | 1001110 |
Color Harmonies of #FD8DFF
Complementary color
Monochromatic Colors of #FD8DFF
Black with #FD8DFF
Text Example
Text Example
White with #FD8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DFF; }
p { color: rgb(253,141,255); }
H1.HeaderClassName
{
color: #FD8DFF;
}
.AnyTagClassName
{
color: #FD8DFF;
}
</style>
background-color css
<style>
a { background-color: #FD8DFF; }
a { background-color: rgb(253,141,255); }
div.DivClassName
{
background-color: #FD8DFF;
}
.BgClassName
{
background-color: #FD8DFF;
}
</style>
border-color css
<style>
span { border-color: #FD8DFF; }
span { border-color: rgb(253,141,255); }
td.TdClassName
{
border-color: #FD8DFF;
}
.TagClassName
{
border-color: #FD8DFF;
}
</style>