Shades of Deep Pink #FF0182
Tints of Deep Pink #FF0182
RGB
CMYK
RGB Variations
Color information
#FF0182 (or 0xFF0182) is known color: Deep Pink. HEX triplet: FF, 01 and 82. RGB value is (255,1,130). Sum of RGB (Red+Green+Blue) = 255+1+130=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0182 is #00FE7D. Grayscale: #5B5B5B. Windows color (decimal): -65150 or 8520191. OLE color: 8520191.
HSL color Cylindrical-coordinate representation of color #FF0182: hue angle of 329.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0182 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.49 | 0 |
| HSL | 329.53º | 1% | 0.5% | - |
| HSV(B) | 329.53º | 1% | 1% | - |
| XYZ | 45.28 | 22.89 | 23.15 | - |
| YUV | 91.65 | 149.65 | 244.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 130 | 0 | 1.00 | 0.49 | 0 | 329.53 | 1 | 0.5 |
| Hex | FF | 1 | 82 | 0 | 64 | 31 | 0 | 14A | 64 | 32 |
| Octal | 377 | 1 | 202 | 0 | 144 | 61 | 0 | 512 | 144 | 62 |
| Binary | 11111111 | 1 | 10000010 | 0 | 1100100 | 110001 | 0 | 101001010 | 1100100 | 110010 |
Color Harmonies of #FF0182
Complementary color
Monochromatic Colors of #FF0182
Black with #FF0182
Text Example
Text Example
White with #FF0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0182; }
p { color: rgb(255,1,130); }
H1.HeaderClassName
{
color: #FF0182;
}
.AnyTagClassName
{
color: #FF0182;
}
</style>
background-color css
<style>
a { background-color: #FF0182; }
a { background-color: rgb(255,1,130); }
div.DivClassName
{
background-color: #FF0182;
}
.BgClassName
{
background-color: #FF0182;
}
</style>
border-color css
<style>
span { border-color: #FF0182; }
span { border-color: rgb(255,1,130); }
td.TdClassName
{
border-color: #FF0182;
}
.TagClassName
{
border-color: #FF0182;
}
</style>