Shades of Fuchsia Pink #FD7FFD
Tints of Fuchsia Pink #FD7FFD
RGB
CMYK
RGB Variations
Color information
#FD7FFD (or 0xFD7FFD) is known color: Fuchsia Pink. HEX triplet: FD, 7F and FD. RGB value is (253,127,253). Sum of RGB (Red+Green+Blue) = 253+127+253=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 127 (50% from 255 or 20.06% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7FFD is #028002. Grayscale: #B2B2B2. Windows color (decimal): -163843 or 16613373. OLE color: 16613373.
HSL color Cylindrical-coordinate representation of color #FD7FFD: hue angle of 300º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FFD is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 127 | 253 | - |
CMYK | 0 | 0.50 | 0 | 0.01 |
HSL | 300º | 0.97% | 0.75% | - |
HSV(B) | 300º | 0.5% | 0.99% | - |
XYZ | 65.83 | 43.15 | 97.79 | - |
YUV | 179.04 | 169.74 | 180.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 127 | 253 | 0 | 0.50 | 0 | 0.01 | 300 | 0.97 | 0.75 |
Hex | FD | 7F | FD | 0 | 32 | 0 | 1 | 12C | 61 | 4B |
Octal | 375 | 177 | 375 | 0 | 62 | 0 | 1 | 454 | 141 | 113 |
Binary | 11111101 | 1111111 | 11111101 | 0 | 110010 | 0 | 1 | 100101100 | 1100001 | 1001011 |
Color Harmonies of #FD7FFD
Complementary color
Monochromatic Colors of #FD7FFD
Black with #FD7FFD
Text Example
Text Example
White with #FD7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7FFD; }
p { color: rgb(253,127,253); }
H1.HeaderClassName
{
color: #FD7FFD;
}
.AnyTagClassName
{
color: #FD7FFD;
}
</style>
background-color css
<style>
a { background-color: #FD7FFD; }
a { background-color: rgb(253,127,253); }
div.DivClassName
{
background-color: #FD7FFD;
}
.BgClassName
{
background-color: #FD7FFD;
}
</style>
border-color css
<style>
span { border-color: #FD7FFD; }
span { border-color: rgb(253,127,253); }
td.TdClassName
{
border-color: #FD7FFD;
}
.TagClassName
{
border-color: #FD7FFD;
}
</style>