Shades of Deep Pink #FF1F77
Tints of Deep Pink #FF1F77
RGB
CMYK
RGB Variations
Color information
#FF1F77 (or 0xFF1F77) is known color: Deep Pink. HEX triplet: FF, 1F and 77. RGB value is (255,31,119). Sum of RGB (Red+Green+Blue) = 255+31+119=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F77 is #00E088. Grayscale: #6B6B6B. Windows color (decimal): -57481 or 7806975. OLE color: 7806975.
HSL color Cylindrical-coordinate representation of color #FF1F77: hue angle of 336.43º 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 #FF1F77 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 119 | - |
| CMYK | 0 | 0.88 | 0.53 | 0 |
| HSL | 336.43º | 1% | 0.56% | - |
| HSV(B) | 336.43º | 0.88% | 1% | - |
| XYZ | 45.06 | 23.57 | 19.63 | - |
| YUV | 108.01 | 134.21 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 119 | 0 | 0.88 | 0.53 | 0 | 336.43 | 1 | 0.56 |
| Hex | FF | 1F | 77 | 0 | 58 | 35 | 0 | 150 | 64 | 38 |
| Octal | 377 | 37 | 167 | 0 | 130 | 65 | 0 | 520 | 144 | 70 |
| Binary | 11111111 | 11111 | 1110111 | 0 | 1011000 | 110101 | 0 | 101010000 | 1100100 | 111000 |
Color Harmonies of #FF1F77
Complementary color
Monochromatic Colors of #FF1F77
Black with #FF1F77
Text Example
Text Example
White with #FF1F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F77; }
p { color: rgb(255,31,119); }
H1.HeaderClassName
{
color: #FF1F77;
}
.AnyTagClassName
{
color: #FF1F77;
}
</style>
background-color css
<style>
a { background-color: #FF1F77; }
a { background-color: rgb(255,31,119); }
div.DivClassName
{
background-color: #FF1F77;
}
.BgClassName
{
background-color: #FF1F77;
}
</style>
border-color css
<style>
span { border-color: #FF1F77; }
span { border-color: rgb(255,31,119); }
td.TdClassName
{
border-color: #FF1F77;
}
.TagClassName
{
border-color: #FF1F77;
}
</style>