Shades of Deep Pink #FD0A75
Tints of Deep Pink #FD0A75
RGB
CMYK
RGB Variations
Color information
#FD0A75 (or 0xFD0A75) is known color: Deep Pink. HEX triplet: FD, 0A and 75. RGB value is (253,10,117). Sum of RGB (Red+Green+Blue) = 253+10+117=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0A75 is #02F58A. Grayscale: #5E5E5E. Windows color (decimal): -193931 or 7670525. OLE color: 7670525.
HSL color Cylindrical-coordinate representation of color #FD0A75: hue angle of 333.58º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0A75 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 117 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.01 |
| HSL | 333.58º | 0.98% | 0.52% | - |
| HSV(B) | 333.58º | 0.96% | 0.99% | - |
| XYZ | 43.83 | 22.38 | 18.84 | - |
| YUV | 94.86 | 140.51 | 240.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 117 | 0 | 0.96 | 0.54 | 0.01 | 333.58 | 0.98 | 0.52 |
| Hex | FD | A | 75 | 0 | 60 | 36 | 1 | 14E | 62 | 34 |
| Octal | 375 | 12 | 165 | 0 | 140 | 66 | 1 | 516 | 142 | 64 |
| Binary | 11111101 | 1010 | 1110101 | 0 | 1100000 | 110110 | 1 | 101001110 | 1100010 | 110100 |
Color Harmonies of #FD0A75
Complementary color
Monochromatic Colors of #FD0A75
Black with #FD0A75
Text Example
Text Example
White with #FD0A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A75; }
p { color: rgb(253,10,117); }
H1.HeaderClassName
{
color: #FD0A75;
}
.AnyTagClassName
{
color: #FD0A75;
}
</style>
background-color css
<style>
a { background-color: #FD0A75; }
a { background-color: rgb(253,10,117); }
div.DivClassName
{
background-color: #FD0A75;
}
.BgClassName
{
background-color: #FD0A75;
}
</style>
border-color css
<style>
span { border-color: #FD0A75; }
span { border-color: rgb(253,10,117); }
td.TdClassName
{
border-color: #FD0A75;
}
.TagClassName
{
border-color: #FD0A75;
}
</style>