Shades of Deep Pink #FD1192
Tints of Deep Pink #FD1192
RGB
CMYK
RGB Variations
Color information
#FD1192 (or 0xFD1192) is known color: Deep Pink. HEX triplet: FD, 11 and 92. RGB value is (253,17,146). Sum of RGB (Red+Green+Blue) = 253+17+146=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1192 is #02EE6D. Grayscale: #656565. Windows color (decimal): -192110 or 9572861. OLE color: 9572861.
HSL color Cylindrical-coordinate representation of color #FD1192: hue angle of 327.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1192 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 146 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.01 |
| HSL | 327.2º | 0.98% | 0.53% | - |
| HSV(B) | 327.2º | 0.93% | 0.99% | - |
| XYZ | 45.9 | 23.36 | 29.28 | - |
| YUV | 102.27 | 152.69 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 146 | 0 | 0.93 | 0.42 | 0.01 | 327.2 | 0.98 | 0.53 |
| Hex | FD | 11 | 92 | 0 | 5D | 2A | 1 | 147 | 62 | 35 |
| Octal | 375 | 21 | 222 | 0 | 135 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111101 | 10001 | 10010010 | 0 | 1011101 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FD1192
Complementary color
Monochromatic Colors of #FD1192
Black with #FD1192
Text Example
Text Example
White with #FD1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1192; }
p { color: rgb(253,17,146); }
H1.HeaderClassName
{
color: #FD1192;
}
.AnyTagClassName
{
color: #FD1192;
}
</style>
background-color css
<style>
a { background-color: #FD1192; }
a { background-color: rgb(253,17,146); }
div.DivClassName
{
background-color: #FD1192;
}
.BgClassName
{
background-color: #FD1192;
}
</style>
border-color css
<style>
span { border-color: #FD1192; }
span { border-color: rgb(253,17,146); }
td.TdClassName
{
border-color: #FD1192;
}
.TagClassName
{
border-color: #FD1192;
}
</style>