Shades of Fuchsia Pink #FF7DFC
Tints of Fuchsia Pink #FF7DFC
RGB
CMYK
RGB Variations
Color information
#FF7DFC (or 0xFF7DFC) is known color: Fuchsia Pink. HEX triplet: FF, 7D and FC. RGB value is (255,125,252). Sum of RGB (Red+Green+Blue) = 255+125+252=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 125 (49.22% from 255 or 19.78% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DFC is #008203. Grayscale: #B1B1B1. Windows color (decimal): -33284 or 16547327. OLE color: 16547327.
HSL color Cylindrical-coordinate representation of color #FF7DFC: hue angle of 301.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DFC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 252 | - |
| CMYK | 0 | 0.51 | 0.01 | 0 |
| HSL | 301.38º | 1% | 0.75% | - |
| HSV(B) | 301.38º | 0.51% | 1% | - |
| XYZ | 66.14 | 42.96 | 96.9 | - |
| YUV | 178.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 252 | 0 | 0.51 | 0.01 | 0 | 301.38 | 1 | 0.75 |
| Hex | FF | 7D | FC | 0 | 33 | 1 | 0 | 12D | 64 | 4B |
| Octal | 377 | 175 | 374 | 0 | 63 | 1 | 0 | 455 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11111100 | 0 | 110011 | 1 | 0 | 100101101 | 1100100 | 1001011 |
Color Harmonies of #FF7DFC
Complementary color
Monochromatic Colors of #FF7DFC
Black with #FF7DFC
Text Example
Text Example
White with #FF7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DFC; }
p { color: rgb(255,125,252); }
H1.HeaderClassName
{
color: #FF7DFC;
}
.AnyTagClassName
{
color: #FF7DFC;
}
</style>
background-color css
<style>
a { background-color: #FF7DFC; }
a { background-color: rgb(255,125,252); }
div.DivClassName
{
background-color: #FF7DFC;
}
.BgClassName
{
background-color: #FF7DFC;
}
</style>
border-color css
<style>
span { border-color: #FF7DFC; }
span { border-color: rgb(255,125,252); }
td.TdClassName
{
border-color: #FF7DFC;
}
.TagClassName
{
border-color: #FF7DFC;
}
</style>