Shades of Deep Pink #FF1782
Tints of Deep Pink #FF1782
RGB
CMYK
RGB Variations
Color information
#FF1782 (or 0xFF1782) is known color: Deep Pink. HEX triplet: FF, 17 and 82. RGB value is (255,23,130). Sum of RGB (Red+Green+Blue) = 255+23+130=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1782 is #00E87D. Grayscale: #686868. Windows color (decimal): -59518 or 8525823. OLE color: 8525823.
HSL color Cylindrical-coordinate representation of color #FF1782: hue angle of 332.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1782 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 130 | - |
| CMYK | 0 | 0.91 | 0.49 | 0 |
| HSL | 332.33º | 1% | 0.55% | - |
| HSV(B) | 332.33º | 0.91% | 1% | - |
| XYZ | 45.58 | 23.48 | 23.25 | - |
| YUV | 104.57 | 142.36 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 130 | 0 | 0.91 | 0.49 | 0 | 332.33 | 1 | 0.55 |
| Hex | FF | 17 | 82 | 0 | 5B | 31 | 0 | 14C | 64 | 37 |
| Octal | 377 | 27 | 202 | 0 | 133 | 61 | 0 | 514 | 144 | 67 |
| Binary | 11111111 | 10111 | 10000010 | 0 | 1011011 | 110001 | 0 | 101001100 | 1100100 | 110111 |
Color Harmonies of #FF1782
Complementary color
Monochromatic Colors of #FF1782
Black with #FF1782
Text Example
Text Example
White with #FF1782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1782; }
p { color: rgb(255,23,130); }
H1.HeaderClassName
{
color: #FF1782;
}
.AnyTagClassName
{
color: #FF1782;
}
</style>
background-color css
<style>
a { background-color: #FF1782; }
a { background-color: rgb(255,23,130); }
div.DivClassName
{
background-color: #FF1782;
}
.BgClassName
{
background-color: #FF1782;
}
</style>
border-color css
<style>
span { border-color: #FF1782; }
span { border-color: rgb(255,23,130); }
td.TdClassName
{
border-color: #FF1782;
}
.TagClassName
{
border-color: #FF1782;
}
</style>