Shades of Deep Pink #FF1182
Tints of Deep Pink #FF1182
RGB
CMYK
RGB Variations
Color information
#FF1182 (or 0xFF1182) is known color: Deep Pink. HEX triplet: FF, 11 and 82. RGB value is (255,17,130). Sum of RGB (Red+Green+Blue) = 255+17+130=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1182 is #00EE7D. Grayscale: #646464. Windows color (decimal): -61054 or 8524287. OLE color: 8524287.
HSL color Cylindrical-coordinate representation of color #FF1182: hue angle of 331.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1182 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.49 | 0 |
| HSL | 331.51º | 1% | 0.53% | - |
| HSV(B) | 331.51º | 0.93% | 1% | - |
| XYZ | 45.47 | 23.27 | 23.21 | - |
| YUV | 101.04 | 144.35 | 237.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 130 | 0 | 0.93 | 0.49 | 0 | 331.51 | 1 | 0.53 |
| Hex | FF | 11 | 82 | 0 | 5D | 31 | 0 | 14C | 64 | 35 |
| Octal | 377 | 21 | 202 | 0 | 135 | 61 | 0 | 514 | 144 | 65 |
| Binary | 11111111 | 10001 | 10000010 | 0 | 1011101 | 110001 | 0 | 101001100 | 1100100 | 110101 |
Color Harmonies of #FF1182
Complementary color
Monochromatic Colors of #FF1182
Black with #FF1182
Text Example
Text Example
White with #FF1182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1182; }
p { color: rgb(255,17,130); }
H1.HeaderClassName
{
color: #FF1182;
}
.AnyTagClassName
{
color: #FF1182;
}
</style>
background-color css
<style>
a { background-color: #FF1182; }
a { background-color: rgb(255,17,130); }
div.DivClassName
{
background-color: #FF1182;
}
.BgClassName
{
background-color: #FF1182;
}
</style>
border-color css
<style>
span { border-color: #FF1182; }
span { border-color: rgb(255,17,130); }
td.TdClassName
{
border-color: #FF1182;
}
.TagClassName
{
border-color: #FF1182;
}
</style>