Shades of Deep Pink #FF1B77
Tints of Deep Pink #FF1B77
RGB
CMYK
RGB Variations
Color information
#FF1B77 (or 0xFF1B77) is known color: Deep Pink. HEX triplet: FF, 1B and 77. RGB value is (255,27,119). Sum of RGB (Red+Green+Blue) = 255+27+119=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B77 is #00E488. Grayscale: #696969. Windows color (decimal): -58505 or 7805951. OLE color: 7805951.
HSL color Cylindrical-coordinate representation of color #FF1B77: hue angle of 335.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1B77 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 119 | - |
| CMYK | 0 | 0.89 | 0.53 | 0 |
| HSL | 335.79º | 1% | 0.55% | - |
| HSV(B) | 335.79º | 0.89% | 1% | - |
| XYZ | 44.96 | 23.38 | 19.59 | - |
| YUV | 105.66 | 135.54 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 119 | 0 | 0.89 | 0.53 | 0 | 335.79 | 1 | 0.55 |
| Hex | FF | 1B | 77 | 0 | 59 | 35 | 0 | 150 | 64 | 37 |
| Octal | 377 | 33 | 167 | 0 | 131 | 65 | 0 | 520 | 144 | 67 |
| Binary | 11111111 | 11011 | 1110111 | 0 | 1011001 | 110101 | 0 | 101010000 | 1100100 | 110111 |
Color Harmonies of #FF1B77
Complementary color
Monochromatic Colors of #FF1B77
Black with #FF1B77
Text Example
Text Example
White with #FF1B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B77; }
p { color: rgb(255,27,119); }
H1.HeaderClassName
{
color: #FF1B77;
}
.AnyTagClassName
{
color: #FF1B77;
}
</style>
background-color css
<style>
a { background-color: #FF1B77; }
a { background-color: rgb(255,27,119); }
div.DivClassName
{
background-color: #FF1B77;
}
.BgClassName
{
background-color: #FF1B77;
}
</style>
border-color css
<style>
span { border-color: #FF1B77; }
span { border-color: rgb(255,27,119); }
td.TdClassName
{
border-color: #FF1B77;
}
.TagClassName
{
border-color: #FF1B77;
}
</style>