Shades of Fuchsia Pink #FF7CFD
Tints of Fuchsia Pink #FF7CFD
RGB
CMYK
RGB Variations
Color information
#FF7CFD (or 0xFF7CFD) is known color: Fuchsia Pink. HEX triplet: FF, 7C and FD. RGB value is (255,124,253). Sum of RGB (Red+Green+Blue) = 255+124+253=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 124 (48.83% from 255 or 19.62% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CFD is #008302. Grayscale: #B1B1B1. Windows color (decimal): -33539 or 16612607. OLE color: 16612607.
HSL color Cylindrical-coordinate representation of color #FF7CFD: hue angle of 300.92º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CFD is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 253 | - |
| CMYK | 0 | 0.51 | 0.01 | 0 |
| HSL | 300.92º | 1% | 0.74% | - |
| HSV(B) | 300.92º | 0.51% | 1% | - |
| XYZ | 66.18 | 42.77 | 97.7 | - |
| YUV | 177.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 253 | 0 | 0.51 | 0.01 | 0 | 300.92 | 1 | 0.74 |
| Hex | FF | 7C | FD | 0 | 33 | 1 | 0 | 12D | 64 | 4A |
| Octal | 377 | 174 | 375 | 0 | 63 | 1 | 0 | 455 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11111101 | 0 | 110011 | 1 | 0 | 100101101 | 1100100 | 1001010 |
Color Harmonies of #FF7CFD
Complementary color
Monochromatic Colors of #FF7CFD
Black with #FF7CFD
Text Example
Text Example
White with #FF7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CFD; }
p { color: rgb(255,124,253); }
H1.HeaderClassName
{
color: #FF7CFD;
}
.AnyTagClassName
{
color: #FF7CFD;
}
</style>
background-color css
<style>
a { background-color: #FF7CFD; }
a { background-color: rgb(255,124,253); }
div.DivClassName
{
background-color: #FF7CFD;
}
.BgClassName
{
background-color: #FF7CFD;
}
</style>
border-color css
<style>
span { border-color: #FF7CFD; }
span { border-color: rgb(255,124,253); }
td.TdClassName
{
border-color: #FF7CFD;
}
.TagClassName
{
border-color: #FF7CFD;
}
</style>