Shades of Fuchsia Pink #FF7DF2
Tints of Fuchsia Pink #FF7DF2
RGB
CMYK
RGB Variations
Color information
#FF7DF2 (or 0xFF7DF2) is known color: Fuchsia Pink. HEX triplet: FF, 7D and F2. RGB value is (255,125,242). Sum of RGB (Red+Green+Blue) = 255+125+242=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 125 (49.22% from 255 or 20.10% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DF2 is #00820D. Grayscale: #B0B0B0. Windows color (decimal): -33294 or 15891967. OLE color: 15891967.
HSL color Cylindrical-coordinate representation of color #FF7DF2: hue angle of 306º 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 #FF7DF2 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 242 | - |
| CMYK | 0 | 0.51 | 0.05 | 0 |
| HSL | 306º | 1% | 0.75% | - |
| HSV(B) | 306º | 0.51% | 1% | - |
| XYZ | 64.6 | 42.34 | 88.77 | - |
| YUV | 177.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 242 | 0 | 0.51 | 0.05 | 0 | 306 | 1 | 0.75 |
| Hex | FF | 7D | F2 | 0 | 33 | 5 | 0 | 132 | 64 | 4B |
| Octal | 377 | 175 | 362 | 0 | 63 | 5 | 0 | 462 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11110010 | 0 | 110011 | 101 | 0 | 100110010 | 1100100 | 1001011 |
Color Harmonies of #FF7DF2
Complementary color
Monochromatic Colors of #FF7DF2
Black with #FF7DF2
Text Example
Text Example
White with #FF7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DF2; }
p { color: rgb(255,125,242); }
H1.HeaderClassName
{
color: #FF7DF2;
}
.AnyTagClassName
{
color: #FF7DF2;
}
</style>
background-color css
<style>
a { background-color: #FF7DF2; }
a { background-color: rgb(255,125,242); }
div.DivClassName
{
background-color: #FF7DF2;
}
.BgClassName
{
background-color: #FF7DF2;
}
</style>
border-color css
<style>
span { border-color: #FF7DF2; }
span { border-color: rgb(255,125,242); }
td.TdClassName
{
border-color: #FF7DF2;
}
.TagClassName
{
border-color: #FF7DF2;
}
</style>