Shades of Deep Pink #FD1182
Tints of Deep Pink #FD1182
RGB
CMYK
RGB Variations
Color information
#FD1182 (or 0xFD1182) is known color: Deep Pink. HEX triplet: FD, 11 and 82. RGB value is (253,17,130). Sum of RGB (Red+Green+Blue) = 253+17+130=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1182 is #02EE7D. Grayscale: #646464. Windows color (decimal): -192126 or 8524285. OLE color: 8524285.
HSL color Cylindrical-coordinate representation of color #FD1182: hue angle of 331.27º 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 #FD1182 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.01 |
| HSL | 331.27º | 0.98% | 0.53% | - |
| HSV(B) | 331.27º | 0.93% | 0.99% | - |
| XYZ | 44.74 | 22.9 | 23.18 | - |
| YUV | 100.45 | 144.69 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 130 | 0 | 0.93 | 0.49 | 0.01 | 331.27 | 0.98 | 0.53 |
| Hex | FD | 11 | 82 | 0 | 5D | 31 | 1 | 14B | 62 | 35 |
| Octal | 375 | 21 | 202 | 0 | 135 | 61 | 1 | 513 | 142 | 65 |
| Binary | 11111101 | 10001 | 10000010 | 0 | 1011101 | 110001 | 1 | 101001011 | 1100010 | 110101 |
Color Harmonies of #FD1182
Complementary color
Monochromatic Colors of #FD1182
Black with #FD1182
Text Example
Text Example
White with #FD1182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1182; }
p { color: rgb(253,17,130); }
H1.HeaderClassName
{
color: #FD1182;
}
.AnyTagClassName
{
color: #FD1182;
}
</style>
background-color css
<style>
a { background-color: #FD1182; }
a { background-color: rgb(253,17,130); }
div.DivClassName
{
background-color: #FD1182;
}
.BgClassName
{
background-color: #FD1182;
}
</style>
border-color css
<style>
span { border-color: #FD1182; }
span { border-color: rgb(253,17,130); }
td.TdClassName
{
border-color: #FD1182;
}
.TagClassName
{
border-color: #FD1182;
}
</style>