Shades of Deep Pink #FF1F7E
Tints of Deep Pink #FF1F7E
RGB
CMYK
RGB Variations
Color information
#FF1F7E (or 0xFF1F7E) is known color: Deep Pink. HEX triplet: FF, 1F and 7E. RGB value is (255,31,126). Sum of RGB (Red+Green+Blue) = 255+31+126=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F7E is #00E081. Grayscale: #6C6C6C. Windows color (decimal): -57474 or 8265727. OLE color: 8265727.
HSL color Cylindrical-coordinate representation of color #FF1F7E: hue angle of 334.55º 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 #FF1F7E is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 126 | - |
| CMYK | 0 | 0.88 | 0.51 | 0 |
| HSL | 334.55º | 1% | 0.56% | - |
| HSV(B) | 334.55º | 0.88% | 1% | - |
| XYZ | 45.5 | 23.75 | 21.92 | - |
| YUV | 108.81 | 137.71 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 126 | 0 | 0.88 | 0.51 | 0 | 334.55 | 1 | 0.56 |
| Hex | FF | 1F | 7E | 0 | 58 | 33 | 0 | 14F | 64 | 38 |
| Octal | 377 | 37 | 176 | 0 | 130 | 63 | 0 | 517 | 144 | 70 |
| Binary | 11111111 | 11111 | 1111110 | 0 | 1011000 | 110011 | 0 | 101001111 | 1100100 | 111000 |
Color Harmonies of #FF1F7E
Complementary color
Monochromatic Colors of #FF1F7E
Black with #FF1F7E
Text Example
Text Example
White with #FF1F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F7E; }
p { color: rgb(255,31,126); }
H1.HeaderClassName
{
color: #FF1F7E;
}
.AnyTagClassName
{
color: #FF1F7E;
}
</style>
background-color css
<style>
a { background-color: #FF1F7E; }
a { background-color: rgb(255,31,126); }
div.DivClassName
{
background-color: #FF1F7E;
}
.BgClassName
{
background-color: #FF1F7E;
}
</style>
border-color css
<style>
span { border-color: #FF1F7E; }
span { border-color: rgb(255,31,126); }
td.TdClassName
{
border-color: #FF1F7E;
}
.TagClassName
{
border-color: #FF1F7E;
}
</style>