Shades of Deep Pink #FD147D
Tints of Deep Pink #FD147D
RGB
CMYK
RGB Variations
Color information
#FD147D (or 0xFD147D) is known color: Deep Pink. HEX triplet: FD, 14 and 7D. RGB value is (253,20,125). Sum of RGB (Red+Green+Blue) = 253+20+125=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD147D is #02EB82. Grayscale: #656565. Windows color (decimal): -191363 or 8197373. OLE color: 8197373.
HSL color Cylindrical-coordinate representation of color #FD147D: hue angle of 332.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD147D is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 125 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.01 |
| HSL | 332.96º | 0.98% | 0.54% | - |
| HSV(B) | 332.96º | 0.92% | 0.99% | - |
| XYZ | 44.46 | 22.86 | 21.47 | - |
| YUV | 101.64 | 141.19 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 125 | 0 | 0.92 | 0.51 | 0.01 | 332.96 | 0.98 | 0.54 |
| Hex | FD | 14 | 7D | 0 | 5C | 33 | 1 | 14D | 62 | 36 |
| Octal | 375 | 24 | 175 | 0 | 134 | 63 | 1 | 515 | 142 | 66 |
| Binary | 11111101 | 10100 | 1111101 | 0 | 1011100 | 110011 | 1 | 101001101 | 1100010 | 110110 |
Color Harmonies of #FD147D
Complementary color
Monochromatic Colors of #FD147D
Black with #FD147D
Text Example
Text Example
White with #FD147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD147D; }
p { color: rgb(253,20,125); }
H1.HeaderClassName
{
color: #FD147D;
}
.AnyTagClassName
{
color: #FD147D;
}
</style>
background-color css
<style>
a { background-color: #FD147D; }
a { background-color: rgb(253,20,125); }
div.DivClassName
{
background-color: #FD147D;
}
.BgClassName
{
background-color: #FD147D;
}
</style>
border-color css
<style>
span { border-color: #FD147D; }
span { border-color: rgb(253,20,125); }
td.TdClassName
{
border-color: #FD147D;
}
.TagClassName
{
border-color: #FD147D;
}
</style>