Shades of Deep Pink #FF1377
Tints of Deep Pink #FF1377
RGB
CMYK
RGB Variations
Color information
#FF1377 (or 0xFF1377) is known color: Deep Pink. HEX triplet: FF, 13 and 77. RGB value is (255,19,119). Sum of RGB (Red+Green+Blue) = 255+19+119=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1377 is #00EC88. Grayscale: #646464. Windows color (decimal): -60553 or 7803903. OLE color: 7803903.
HSL color Cylindrical-coordinate representation of color #FF1377: hue angle of 334.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1377 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 119 | - |
| CMYK | 0 | 0.93 | 0.53 | 0 |
| HSL | 334.58º | 1% | 0.54% | - |
| HSV(B) | 334.58º | 0.93% | 1% | - |
| XYZ | 44.8 | 23.06 | 19.54 | - |
| YUV | 100.96 | 138.19 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 119 | 0 | 0.93 | 0.53 | 0 | 334.58 | 1 | 0.54 |
| Hex | FF | 13 | 77 | 0 | 5D | 35 | 0 | 14F | 64 | 36 |
| Octal | 377 | 23 | 167 | 0 | 135 | 65 | 0 | 517 | 144 | 66 |
| Binary | 11111111 | 10011 | 1110111 | 0 | 1011101 | 110101 | 0 | 101001111 | 1100100 | 110110 |
Color Harmonies of #FF1377
Complementary color
Monochromatic Colors of #FF1377
Black with #FF1377
Text Example
Text Example
White with #FF1377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1377; }
p { color: rgb(255,19,119); }
H1.HeaderClassName
{
color: #FF1377;
}
.AnyTagClassName
{
color: #FF1377;
}
</style>
background-color css
<style>
a { background-color: #FF1377; }
a { background-color: rgb(255,19,119); }
div.DivClassName
{
background-color: #FF1377;
}
.BgClassName
{
background-color: #FF1377;
}
</style>
border-color css
<style>
span { border-color: #FF1377; }
span { border-color: rgb(255,19,119); }
td.TdClassName
{
border-color: #FF1377;
}
.TagClassName
{
border-color: #FF1377;
}
</style>