Shades of Deep Pink #FD147B
Tints of Deep Pink #FD147B
RGB
CMYK
RGB Variations
Color information
#FD147B (or 0xFD147B) is known color: Deep Pink. HEX triplet: FD, 14 and 7B. RGB value is (253,20,123). Sum of RGB (Red+Green+Blue) = 253+20+123=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD147B is #02EB84. Grayscale: #656565. Windows color (decimal): -191365 or 8066301. OLE color: 8066301.
HSL color Cylindrical-coordinate representation of color #FD147B: hue angle of 333.48º 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 #FD147B is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 123 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.01 |
| HSL | 333.48º | 0.98% | 0.54% | - |
| HSV(B) | 333.48º | 0.92% | 0.99% | - |
| XYZ | 44.33 | 22.81 | 20.81 | - |
| YUV | 101.41 | 140.19 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 123 | 0 | 0.92 | 0.51 | 0.01 | 333.48 | 0.98 | 0.54 |
| Hex | FD | 14 | 7B | 0 | 5C | 33 | 1 | 14D | 62 | 36 |
| Octal | 375 | 24 | 173 | 0 | 134 | 63 | 1 | 515 | 142 | 66 |
| Binary | 11111101 | 10100 | 1111011 | 0 | 1011100 | 110011 | 1 | 101001101 | 1100010 | 110110 |
Color Harmonies of #FD147B
Complementary color
Monochromatic Colors of #FD147B
Black with #FD147B
Text Example
Text Example
White with #FD147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD147B; }
p { color: rgb(253,20,123); }
H1.HeaderClassName
{
color: #FD147B;
}
.AnyTagClassName
{
color: #FD147B;
}
</style>
background-color css
<style>
a { background-color: #FD147B; }
a { background-color: rgb(253,20,123); }
div.DivClassName
{
background-color: #FD147B;
}
.BgClassName
{
background-color: #FD147B;
}
</style>
border-color css
<style>
span { border-color: #FD147B; }
span { border-color: rgb(253,20,123); }
td.TdClassName
{
border-color: #FD147B;
}
.TagClassName
{
border-color: #FD147B;
}
</style>