Shades of Fuchsia Pink #FF7DF9
Tints of Fuchsia Pink #FF7DF9
RGB
CMYK
RGB Variations
Color information
#FF7DF9 (or 0xFF7DF9) is known color: Fuchsia Pink. HEX triplet: FF, 7D and F9. RGB value is (255,125,249). Sum of RGB (Red+Green+Blue) = 255+125+249=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 125 (49.22% from 255 or 19.87% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DF9 is #008206. Grayscale: #B1B1B1. Windows color (decimal): -33287 or 16350719. OLE color: 16350719.
HSL color Cylindrical-coordinate representation of color #FF7DF9: hue angle of 302.77º 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 #FF7DF9 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 249 | - |
| CMYK | 0 | 0.51 | 0.02 | 0 |
| HSL | 302.77º | 1% | 0.75% | - |
| HSV(B) | 302.77º | 0.51% | 1% | - |
| XYZ | 65.67 | 42.77 | 94.42 | - |
| YUV | 178.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 249 | 0 | 0.51 | 0.02 | 0 | 302.77 | 1 | 0.75 |
| Hex | FF | 7D | F9 | 0 | 33 | 2 | 0 | 12F | 64 | 4B |
| Octal | 377 | 175 | 371 | 0 | 63 | 2 | 0 | 457 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11111001 | 0 | 110011 | 10 | 0 | 100101111 | 1100100 | 1001011 |
Color Harmonies of #FF7DF9
Complementary color
Monochromatic Colors of #FF7DF9
Black with #FF7DF9
Text Example
Text Example
White with #FF7DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DF9; }
p { color: rgb(255,125,249); }
H1.HeaderClassName
{
color: #FF7DF9;
}
.AnyTagClassName
{
color: #FF7DF9;
}
</style>
background-color css
<style>
a { background-color: #FF7DF9; }
a { background-color: rgb(255,125,249); }
div.DivClassName
{
background-color: #FF7DF9;
}
.BgClassName
{
background-color: #FF7DF9;
}
</style>
border-color css
<style>
span { border-color: #FF7DF9; }
span { border-color: rgb(255,125,249); }
td.TdClassName
{
border-color: #FF7DF9;
}
.TagClassName
{
border-color: #FF7DF9;
}
</style>