Shades of Fuchsia Pink #FF8CFD
Tints of Fuchsia Pink #FF8CFD
RGB
CMYK
RGB Variations
Color information
#FF8CFD (or 0xFF8CFD) is known color: Fuchsia Pink. HEX triplet: FF, 8C and FD. RGB value is (255,140,253). Sum of RGB (Red+Green+Blue) = 255+140+253=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 140 (55.08% from 255 or 21.60% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CFD is #007302. Grayscale: #BABABA. Windows color (decimal): -29443 or 16616703. OLE color: 16616703.
HSL color Cylindrical-coordinate representation of color #FF8CFD: hue angle of 301.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CFD is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 253 | - |
| CMYK | 0 | 0.45 | 0.01 | 0 |
| HSL | 301.04º | 1% | 0.77% | - |
| HSV(B) | 301.04º | 0.45% | 1% | - |
| XYZ | 68.35 | 47.11 | 98.42 | - |
| YUV | 187.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 253 | 0 | 0.45 | 0.01 | 0 | 301.04 | 1 | 0.77 |
| Hex | FF | 8C | FD | 0 | 2D | 1 | 0 | 12D | 64 | 4D |
| Octal | 377 | 214 | 375 | 0 | 55 | 1 | 0 | 455 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11111101 | 0 | 101101 | 1 | 0 | 100101101 | 1100100 | 1001101 |
Color Harmonies of #FF8CFD
Complementary color
Monochromatic Colors of #FF8CFD
Black with #FF8CFD
Text Example
Text Example
White with #FF8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CFD; }
p { color: rgb(255,140,253); }
H1.HeaderClassName
{
color: #FF8CFD;
}
.AnyTagClassName
{
color: #FF8CFD;
}
</style>
background-color css
<style>
a { background-color: #FF8CFD; }
a { background-color: rgb(255,140,253); }
div.DivClassName
{
background-color: #FF8CFD;
}
.BgClassName
{
background-color: #FF8CFD;
}
</style>
border-color css
<style>
span { border-color: #FF8CFD; }
span { border-color: rgb(255,140,253); }
td.TdClassName
{
border-color: #FF8CFD;
}
.TagClassName
{
border-color: #FF8CFD;
}
</style>