Shades of Deep Pink #FD0179
Tints of Deep Pink #FD0179
RGB
CMYK
RGB Variations
Color information
#FD0179 (or 0xFD0179) is known color: Deep Pink. HEX triplet: FD, 01 and 79. RGB value is (253,1,121). Sum of RGB (Red+Green+Blue) = 253+1+121=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0179 is #02FE86. Grayscale: #595959. Windows color (decimal): -196231 or 7930365. OLE color: 7930365.
HSL color Cylindrical-coordinate representation of color #FD0179: hue angle of 331.43º 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 #FD0179 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.01 |
| HSL | 331.43º | 0.99% | 0.5% | - |
| HSV(B) | 331.43º | 1% | 0.99% | - |
| XYZ | 43.97 | 22.28 | 20.07 | - |
| YUV | 90.03 | 145.49 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 121 | 0 | 1.00 | 0.52 | 0.01 | 331.43 | 0.99 | 0.5 |
| Hex | FD | 1 | 79 | 0 | 64 | 34 | 1 | 14B | 63 | 32 |
| Octal | 375 | 1 | 171 | 0 | 144 | 64 | 1 | 513 | 143 | 62 |
| Binary | 11111101 | 1 | 1111001 | 0 | 1100100 | 110100 | 1 | 101001011 | 1100011 | 110010 |
Color Harmonies of #FD0179
Complementary color
Monochromatic Colors of #FD0179
Black with #FD0179
Text Example
Text Example
White with #FD0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0179; }
p { color: rgb(253,1,121); }
H1.HeaderClassName
{
color: #FD0179;
}
.AnyTagClassName
{
color: #FD0179;
}
</style>
background-color css
<style>
a { background-color: #FD0179; }
a { background-color: rgb(253,1,121); }
div.DivClassName
{
background-color: #FD0179;
}
.BgClassName
{
background-color: #FD0179;
}
</style>
border-color css
<style>
span { border-color: #FD0179; }
span { border-color: rgb(253,1,121); }
td.TdClassName
{
border-color: #FD0179;
}
.TagClassName
{
border-color: #FD0179;
}
</style>