Shades of Deep Pink #FD1474
Tints of Deep Pink #FD1474
RGB
CMYK
RGB Variations
Color information
#FD1474 (or 0xFD1474) is known color: Deep Pink. HEX triplet: FD, 14 and 74. RGB value is (253,20,116). Sum of RGB (Red+Green+Blue) = 253+20+116=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1474 is #02EB8B. Grayscale: #646464. Windows color (decimal): -191372 or 7607549. OLE color: 7607549.
HSL color Cylindrical-coordinate representation of color #FD1474: hue angle of 335.28º 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 #FD1474 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 116 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.01 |
| HSL | 335.28º | 0.98% | 0.54% | - |
| HSV(B) | 335.28º | 0.92% | 0.99% | - |
| XYZ | 43.91 | 22.64 | 18.58 | - |
| YUV | 100.61 | 136.69 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 116 | 0 | 0.92 | 0.54 | 0.01 | 335.28 | 0.98 | 0.54 |
| Hex | FD | 14 | 74 | 0 | 5C | 36 | 1 | 14F | 62 | 36 |
| Octal | 375 | 24 | 164 | 0 | 134 | 66 | 1 | 517 | 142 | 66 |
| Binary | 11111101 | 10100 | 1110100 | 0 | 1011100 | 110110 | 1 | 101001111 | 1100010 | 110110 |
Color Harmonies of #FD1474
Complementary color
Monochromatic Colors of #FD1474
Black with #FD1474
Text Example
Text Example
White with #FD1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1474; }
p { color: rgb(253,20,116); }
H1.HeaderClassName
{
color: #FD1474;
}
.AnyTagClassName
{
color: #FD1474;
}
</style>
background-color css
<style>
a { background-color: #FD1474; }
a { background-color: rgb(253,20,116); }
div.DivClassName
{
background-color: #FD1474;
}
.BgClassName
{
background-color: #FD1474;
}
</style>
border-color css
<style>
span { border-color: #FD1474; }
span { border-color: rgb(253,20,116); }
td.TdClassName
{
border-color: #FD1474;
}
.TagClassName
{
border-color: #FD1474;
}
</style>