Shades of Fuchsia Pink #FD7DFC
Tints of Fuchsia Pink #FD7DFC
RGB
CMYK
RGB Variations
Color information
#FD7DFC (or 0xFD7DFC) is known color: Fuchsia Pink. HEX triplet: FD, 7D and FC. RGB value is (253,125,252). Sum of RGB (Red+Green+Blue) = 253+125+252=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 125 (49.22% from 255 or 19.84% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7DFC is #028203. Grayscale: #B1B1B1. Windows color (decimal): -164356 or 16547325. OLE color: 16547325.
HSL color Cylindrical-coordinate representation of color #FD7DFC: hue angle of 300.47º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7DFC is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 125 | 252 | - |
CMYK | 0 | 0.51 | 0.00 | 0.01 |
HSL | 300.47º | 0.97% | 0.74% | - |
HSV(B) | 300.47º | 0.51% | 0.99% | - |
XYZ | 65.41 | 42.58 | 96.87 | - |
YUV | 177.75 | 169.91 | 181.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 125 | 252 | 0 | 0.51 | 0.00 | 0.01 | 300.47 | 0.97 | 0.74 |
Hex | FD | 7D | FC | 0 | 33 | 0 | 1 | 12C | 61 | 4A |
Octal | 375 | 175 | 374 | 0 | 63 | 0 | 1 | 454 | 141 | 112 |
Binary | 11111101 | 1111101 | 11111100 | 0 | 110011 | 0 | 1 | 100101100 | 1100001 | 1001010 |
Color Harmonies of #FD7DFC
Complementary color
Monochromatic Colors of #FD7DFC
Black with #FD7DFC
Text Example
Text Example
White with #FD7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7DFC; }
p { color: rgb(253,125,252); }
H1.HeaderClassName
{
color: #FD7DFC;
}
.AnyTagClassName
{
color: #FD7DFC;
}
</style>
background-color css
<style>
a { background-color: #FD7DFC; }
a { background-color: rgb(253,125,252); }
div.DivClassName
{
background-color: #FD7DFC;
}
.BgClassName
{
background-color: #FD7DFC;
}
</style>
border-color css
<style>
span { border-color: #FD7DFC; }
span { border-color: rgb(253,125,252); }
td.TdClassName
{
border-color: #FD7DFC;
}
.TagClassName
{
border-color: #FD7DFC;
}
</style>