Shades of Fuchsia Pink #FF7DF5
Tints of Fuchsia Pink #FF7DF5
RGB
CMYK
RGB Variations
Color information
#FF7DF5 (or 0xFF7DF5) is known color: Fuchsia Pink. HEX triplet: FF, 7D and F5. RGB value is (255,125,245). Sum of RGB (Red+Green+Blue) = 255+125+245=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 125 (49.22% from 255 or 20% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DF5 is #00820A. Grayscale: #B1B1B1. Windows color (decimal): -33291 or 16088575. OLE color: 16088575.
HSL color Cylindrical-coordinate representation of color #FF7DF5: hue angle of 304.62º 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 #FF7DF5 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 245 | - |
| CMYK | 0 | 0.51 | 0.04 | 0 |
| HSL | 304.62º | 1% | 0.75% | - |
| HSV(B) | 304.62º | 0.51% | 1% | - |
| XYZ | 65.06 | 42.52 | 91.16 | - |
| YUV | 177.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 245 | 0 | 0.51 | 0.04 | 0 | 304.62 | 1 | 0.75 |
| Hex | FF | 7D | F5 | 0 | 33 | 4 | 0 | 131 | 64 | 4B |
| Octal | 377 | 175 | 365 | 0 | 63 | 4 | 0 | 461 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11110101 | 0 | 110011 | 100 | 0 | 100110001 | 1100100 | 1001011 |
Color Harmonies of #FF7DF5
Complementary color
Monochromatic Colors of #FF7DF5
Black with #FF7DF5
Text Example
Text Example
White with #FF7DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DF5; }
p { color: rgb(255,125,245); }
H1.HeaderClassName
{
color: #FF7DF5;
}
.AnyTagClassName
{
color: #FF7DF5;
}
</style>
background-color css
<style>
a { background-color: #FF7DF5; }
a { background-color: rgb(255,125,245); }
div.DivClassName
{
background-color: #FF7DF5;
}
.BgClassName
{
background-color: #FF7DF5;
}
</style>
border-color css
<style>
span { border-color: #FF7DF5; }
span { border-color: rgb(255,125,245); }
td.TdClassName
{
border-color: #FF7DF5;
}
.TagClassName
{
border-color: #FF7DF5;
}
</style>