Shades of Deep Pink #FF1F82
Tints of Deep Pink #FF1F82
RGB
CMYK
RGB Variations
Color information
#FF1F82 (or 0xFF1F82) is known color: Deep Pink. HEX triplet: FF, 1F and 82. RGB value is (255,31,130). Sum of RGB (Red+Green+Blue) = 255+31+130=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F82 is #00E07D. Grayscale: #6D6D6D. Windows color (decimal): -57470 or 8527871. OLE color: 8527871.
HSL color Cylindrical-coordinate representation of color #FF1F82: hue angle of 333.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F82 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 130 | - |
| CMYK | 0 | 0.88 | 0.49 | 0 |
| HSL | 333.48º | 1% | 0.56% | - |
| HSV(B) | 333.48º | 0.88% | 1% | - |
| XYZ | 45.76 | 23.85 | 23.31 | - |
| YUV | 109.26 | 139.71 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 130 | 0 | 0.88 | 0.49 | 0 | 333.48 | 1 | 0.56 |
| Hex | FF | 1F | 82 | 0 | 58 | 31 | 0 | 14D | 64 | 38 |
| Octal | 377 | 37 | 202 | 0 | 130 | 61 | 0 | 515 | 144 | 70 |
| Binary | 11111111 | 11111 | 10000010 | 0 | 1011000 | 110001 | 0 | 101001101 | 1100100 | 111000 |
Color Harmonies of #FF1F82
Complementary color
Monochromatic Colors of #FF1F82
Black with #FF1F82
Text Example
Text Example
White with #FF1F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F82; }
p { color: rgb(255,31,130); }
H1.HeaderClassName
{
color: #FF1F82;
}
.AnyTagClassName
{
color: #FF1F82;
}
</style>
background-color css
<style>
a { background-color: #FF1F82; }
a { background-color: rgb(255,31,130); }
div.DivClassName
{
background-color: #FF1F82;
}
.BgClassName
{
background-color: #FF1F82;
}
</style>
border-color css
<style>
span { border-color: #FF1F82; }
span { border-color: rgb(255,31,130); }
td.TdClassName
{
border-color: #FF1F82;
}
.TagClassName
{
border-color: #FF1F82;
}
</style>