Shades of Deep Pink #FF1F7C
Tints of Deep Pink #FF1F7C
RGB
CMYK
RGB Variations
Color information
#FF1F7C (or 0xFF1F7C) is known color: Deep Pink. HEX triplet: FF, 1F and 7C. RGB value is (255,31,124). Sum of RGB (Red+Green+Blue) = 255+31+124=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F7C is #00E083. Grayscale: #6C6C6C. Windows color (decimal): -57476 or 8134655. OLE color: 8134655.
HSL color Cylindrical-coordinate representation of color #FF1F7C: hue angle of 335.09º 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 #FF1F7C is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 124 | - |
| CMYK | 0 | 0.88 | 0.51 | 0 |
| HSL | 335.09º | 1% | 0.56% | - |
| HSV(B) | 335.09º | 0.88% | 1% | - |
| XYZ | 45.37 | 23.7 | 21.25 | - |
| YUV | 108.58 | 136.71 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 124 | 0 | 0.88 | 0.51 | 0 | 335.09 | 1 | 0.56 |
| Hex | FF | 1F | 7C | 0 | 58 | 33 | 0 | 14F | 64 | 38 |
| Octal | 377 | 37 | 174 | 0 | 130 | 63 | 0 | 517 | 144 | 70 |
| Binary | 11111111 | 11111 | 1111100 | 0 | 1011000 | 110011 | 0 | 101001111 | 1100100 | 111000 |
Color Harmonies of #FF1F7C
Complementary color
Monochromatic Colors of #FF1F7C
Black with #FF1F7C
Text Example
Text Example
White with #FF1F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F7C; }
p { color: rgb(255,31,124); }
H1.HeaderClassName
{
color: #FF1F7C;
}
.AnyTagClassName
{
color: #FF1F7C;
}
</style>
background-color css
<style>
a { background-color: #FF1F7C; }
a { background-color: rgb(255,31,124); }
div.DivClassName
{
background-color: #FF1F7C;
}
.BgClassName
{
background-color: #FF1F7C;
}
</style>
border-color css
<style>
span { border-color: #FF1F7C; }
span { border-color: rgb(255,31,124); }
td.TdClassName
{
border-color: #FF1F7C;
}
.TagClassName
{
border-color: #FF1F7C;
}
</style>