Shades of Deep Pink #FD0175
Tints of Deep Pink #FD0175
RGB
CMYK
RGB Variations
Color information
#FD0175 (or 0xFD0175) is known color: Deep Pink. HEX triplet: FD, 01 and 75. RGB value is (253,1,117). Sum of RGB (Red+Green+Blue) = 253+1+117=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0175 is #02FE8A. Grayscale: #595959. Windows color (decimal): -196235 or 7668221. OLE color: 7668221.
HSL color Cylindrical-coordinate representation of color #FD0175: hue angle of 332.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0175 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.01 |
| HSL | 332.38º | 0.99% | 0.5% | - |
| HSV(B) | 332.38º | 1% | 0.99% | - |
| XYZ | 43.73 | 22.19 | 18.81 | - |
| YUV | 89.57 | 143.49 | 244.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 117 | 0 | 1.00 | 0.54 | 0.01 | 332.38 | 0.99 | 0.5 |
| Hex | FD | 1 | 75 | 0 | 64 | 36 | 1 | 14C | 63 | 32 |
| Octal | 375 | 1 | 165 | 0 | 144 | 66 | 1 | 514 | 143 | 62 |
| Binary | 11111101 | 1 | 1110101 | 0 | 1100100 | 110110 | 1 | 101001100 | 1100011 | 110010 |
Color Harmonies of #FD0175
Complementary color
Monochromatic Colors of #FD0175
Black with #FD0175
Text Example
Text Example
White with #FD0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0175; }
p { color: rgb(253,1,117); }
H1.HeaderClassName
{
color: #FD0175;
}
.AnyTagClassName
{
color: #FD0175;
}
</style>
background-color css
<style>
a { background-color: #FD0175; }
a { background-color: rgb(253,1,117); }
div.DivClassName
{
background-color: #FD0175;
}
.BgClassName
{
background-color: #FD0175;
}
</style>
border-color css
<style>
span { border-color: #FD0175; }
span { border-color: rgb(253,1,117); }
td.TdClassName
{
border-color: #FD0175;
}
.TagClassName
{
border-color: #FD0175;
}
</style>