Shades of Fuchsia Pink #FD74F0
Tints of Fuchsia Pink #FD74F0
RGB
CMYK
RGB Variations
Color information
#FD74F0 (or 0xFD74F0) is known color: Fuchsia Pink. HEX triplet: FD, 74 and F0. RGB value is (253,116,240). Sum of RGB (Red+Green+Blue) = 253+116+240=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 116 (45.70% from 255 or 19.05% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74F0 is #028B0F. Grayscale: #AAAAAA. Windows color (decimal): -166672 or 15758589. OLE color: 15758589.
HSL color Cylindrical-coordinate representation of color #FD74F0: hue angle of 305.69º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD74F0 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 240 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.01 |
| HSL | 305.69º | 0.97% | 0.72% | - |
| HSV(B) | 305.69º | 0.54% | 0.99% | - |
| XYZ | 62.48 | 39.66 | 86.8 | - |
| YUV | 171.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 240 | 0 | 0.54 | 0.05 | 0.01 | 305.69 | 0.97 | 0.72 |
| Hex | FD | 74 | F0 | 0 | 36 | 5 | 1 | 132 | 61 | 48 |
| Octal | 375 | 164 | 360 | 0 | 66 | 5 | 1 | 462 | 141 | 110 |
| Binary | 11111101 | 1110100 | 11110000 | 0 | 110110 | 101 | 1 | 100110010 | 1100001 | 1001000 |
Color Harmonies of #FD74F0
Complementary color
Monochromatic Colors of #FD74F0
Black with #FD74F0
Text Example
Text Example
White with #FD74F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74F0; }
p { color: rgb(253,116,240); }
H1.HeaderClassName
{
color: #FD74F0;
}
.AnyTagClassName
{
color: #FD74F0;
}
</style>
background-color css
<style>
a { background-color: #FD74F0; }
a { background-color: rgb(253,116,240); }
div.DivClassName
{
background-color: #FD74F0;
}
.BgClassName
{
background-color: #FD74F0;
}
</style>
border-color css
<style>
span { border-color: #FD74F0; }
span { border-color: rgb(253,116,240); }
td.TdClassName
{
border-color: #FD74F0;
}
.TagClassName
{
border-color: #FD74F0;
}
</style>