Shades of Deep Pink #FD1392
Tints of Deep Pink #FD1392
RGB
CMYK
RGB Variations
Color information
#FD1392 (or 0xFD1392) is known color: Deep Pink. HEX triplet: FD, 13 and 92. RGB value is (253,19,146). Sum of RGB (Red+Green+Blue) = 253+19+146=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1392 is #02EC6D. Grayscale: #676767. Windows color (decimal): -191598 or 9573373. OLE color: 9573373.
HSL color Cylindrical-coordinate representation of color #FD1392: hue angle of 327.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1392 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 146 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.01 |
| HSL | 327.44º | 0.98% | 0.53% | - |
| HSV(B) | 327.44º | 0.92% | 0.99% | - |
| XYZ | 45.93 | 23.42 | 29.29 | - |
| YUV | 103.44 | 152.02 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 146 | 0 | 0.92 | 0.42 | 0.01 | 327.44 | 0.98 | 0.53 |
| Hex | FD | 13 | 92 | 0 | 5C | 2A | 1 | 147 | 62 | 35 |
| Octal | 375 | 23 | 222 | 0 | 134 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111101 | 10011 | 10010010 | 0 | 1011100 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FD1392
Complementary color
Monochromatic Colors of #FD1392
Black with #FD1392
Text Example
Text Example
White with #FD1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1392; }
p { color: rgb(253,19,146); }
H1.HeaderClassName
{
color: #FD1392;
}
.AnyTagClassName
{
color: #FD1392;
}
</style>
background-color css
<style>
a { background-color: #FD1392; }
a { background-color: rgb(253,19,146); }
div.DivClassName
{
background-color: #FD1392;
}
.BgClassName
{
background-color: #FD1392;
}
</style>
border-color css
<style>
span { border-color: #FD1392; }
span { border-color: rgb(253,19,146); }
td.TdClassName
{
border-color: #FD1392;
}
.TagClassName
{
border-color: #FD1392;
}
</style>