Shades of Fuchsia Pink #FF7DF3
Tints of Fuchsia Pink #FF7DF3
RGB
CMYK
RGB Variations
Color information
#FF7DF3 (or 0xFF7DF3) is known color: Fuchsia Pink. HEX triplet: FF, 7D and F3. RGB value is (255,125,243). Sum of RGB (Red+Green+Blue) = 255+125+243=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 125 (49.22% from 255 or 20.06% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DF3 is #00820C. Grayscale: #B0B0B0. Windows color (decimal): -33293 or 15957503. OLE color: 15957503.
HSL color Cylindrical-coordinate representation of color #FF7DF3: hue angle of 305.54º 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 #FF7DF3 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 243 | - |
| CMYK | 0 | 0.51 | 0.05 | 0 |
| HSL | 305.54º | 1% | 0.75% | - |
| HSV(B) | 305.54º | 0.51% | 1% | - |
| XYZ | 64.75 | 42.4 | 89.56 | - |
| YUV | 177.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 243 | 0 | 0.51 | 0.05 | 0 | 305.54 | 1 | 0.75 |
| Hex | FF | 7D | F3 | 0 | 33 | 5 | 0 | 132 | 64 | 4B |
| Octal | 377 | 175 | 363 | 0 | 63 | 5 | 0 | 462 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11110011 | 0 | 110011 | 101 | 0 | 100110010 | 1100100 | 1001011 |
Color Harmonies of #FF7DF3
Complementary color
Monochromatic Colors of #FF7DF3
Black with #FF7DF3
Text Example
Text Example
White with #FF7DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DF3; }
p { color: rgb(255,125,243); }
H1.HeaderClassName
{
color: #FF7DF3;
}
.AnyTagClassName
{
color: #FF7DF3;
}
</style>
background-color css
<style>
a { background-color: #FF7DF3; }
a { background-color: rgb(255,125,243); }
div.DivClassName
{
background-color: #FF7DF3;
}
.BgClassName
{
background-color: #FF7DF3;
}
</style>
border-color css
<style>
span { border-color: #FF7DF3; }
span { border-color: rgb(255,125,243); }
td.TdClassName
{
border-color: #FF7DF3;
}
.TagClassName
{
border-color: #FF7DF3;
}
</style>