Shades of Deep Pink #FF1F81
Tints of Deep Pink #FF1F81
RGB
CMYK
RGB Variations
Color information
#FF1F81 (or 0xFF1F81) is known color: Deep Pink. HEX triplet: FF, 1F and 81. RGB value is (255,31,129). Sum of RGB (Red+Green+Blue) = 255+31+129=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F81 is #00E07E. Grayscale: #6C6C6C. Windows color (decimal): -57471 or 8462335. OLE color: 8462335.
HSL color Cylindrical-coordinate representation of color #FF1F81: hue angle of 333.75º 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 #FF1F81 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 129 | - |
| CMYK | 0 | 0.88 | 0.49 | 0 |
| HSL | 333.75º | 1% | 0.56% | - |
| HSV(B) | 333.75º | 0.88% | 1% | - |
| XYZ | 45.69 | 23.82 | 22.96 | - |
| YUV | 109.15 | 139.21 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 129 | 0 | 0.88 | 0.49 | 0 | 333.75 | 1 | 0.56 |
| Hex | FF | 1F | 81 | 0 | 58 | 31 | 0 | 14E | 64 | 38 |
| Octal | 377 | 37 | 201 | 0 | 130 | 61 | 0 | 516 | 144 | 70 |
| Binary | 11111111 | 11111 | 10000001 | 0 | 1011000 | 110001 | 0 | 101001110 | 1100100 | 111000 |
Color Harmonies of #FF1F81
Complementary color
Monochromatic Colors of #FF1F81
Black with #FF1F81
Text Example
Text Example
White with #FF1F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F81; }
p { color: rgb(255,31,129); }
H1.HeaderClassName
{
color: #FF1F81;
}
.AnyTagClassName
{
color: #FF1F81;
}
</style>
background-color css
<style>
a { background-color: #FF1F81; }
a { background-color: rgb(255,31,129); }
div.DivClassName
{
background-color: #FF1F81;
}
.BgClassName
{
background-color: #FF1F81;
}
</style>
border-color css
<style>
span { border-color: #FF1F81; }
span { border-color: rgb(255,31,129); }
td.TdClassName
{
border-color: #FF1F81;
}
.TagClassName
{
border-color: #FF1F81;
}
</style>