Shades of Fuchsia Pink #FD73F0
Tints of Fuchsia Pink #FD73F0
RGB
CMYK
RGB Variations
Color information
#FD73F0 (or 0xFD73F0) is known color: Fuchsia Pink. HEX triplet: FD, 73 and F0. RGB value is (253,115,240). Sum of RGB (Red+Green+Blue) = 253+115+240=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 115 (45.31% from 255 or 18.91% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD73F0 is #028C0F. Grayscale: #AAAAAA. Windows color (decimal): -166928 or 15758333. OLE color: 15758333.
HSL color Cylindrical-coordinate representation of color #FD73F0: hue angle of 305.65º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD73F0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 240 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.01 |
| HSL | 305.65º | 0.97% | 0.72% | - |
| HSV(B) | 305.65º | 0.55% | 0.99% | - |
| XYZ | 62.37 | 39.44 | 86.76 | - |
| YUV | 170.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 240 | 0 | 0.55 | 0.05 | 0.01 | 305.65 | 0.97 | 0.72 |
| Hex | FD | 73 | F0 | 0 | 37 | 5 | 1 | 132 | 61 | 48 |
| Octal | 375 | 163 | 360 | 0 | 67 | 5 | 1 | 462 | 141 | 110 |
| Binary | 11111101 | 1110011 | 11110000 | 0 | 110111 | 101 | 1 | 100110010 | 1100001 | 1001000 |
Color Harmonies of #FD73F0
Complementary color
Monochromatic Colors of #FD73F0
Black with #FD73F0
Text Example
Text Example
White with #FD73F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD73F0; }
p { color: rgb(253,115,240); }
H1.HeaderClassName
{
color: #FD73F0;
}
.AnyTagClassName
{
color: #FD73F0;
}
</style>
background-color css
<style>
a { background-color: #FD73F0; }
a { background-color: rgb(253,115,240); }
div.DivClassName
{
background-color: #FD73F0;
}
.BgClassName
{
background-color: #FD73F0;
}
</style>
border-color css
<style>
span { border-color: #FD73F0; }
span { border-color: rgb(253,115,240); }
td.TdClassName
{
border-color: #FD73F0;
}
.TagClassName
{
border-color: #FD73F0;
}
</style>