Shades of Deep Pink #FF1378
Tints of Deep Pink #FF1378
RGB
CMYK
RGB Variations
Color information
#FF1378 (or 0xFF1378) is known color: Deep Pink. HEX triplet: FF, 13 and 78. RGB value is (255,19,120). Sum of RGB (Red+Green+Blue) = 255+19+120=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1378 is #00EC87. Grayscale: #646464. Windows color (decimal): -60552 or 7869439. OLE color: 7869439.
HSL color Cylindrical-coordinate representation of color #FF1378: hue angle of 334.32º 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 #FF1378 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 120 | - |
| CMYK | 0 | 0.93 | 0.53 | 0 |
| HSL | 334.32º | 1% | 0.54% | - |
| HSV(B) | 334.32º | 0.93% | 1% | - |
| XYZ | 44.86 | 23.08 | 19.86 | - |
| YUV | 101.08 | 138.69 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 120 | 0 | 0.93 | 0.53 | 0 | 334.32 | 1 | 0.54 |
| Hex | FF | 13 | 78 | 0 | 5D | 35 | 0 | 14E | 64 | 36 |
| Octal | 377 | 23 | 170 | 0 | 135 | 65 | 0 | 516 | 144 | 66 |
| Binary | 11111111 | 10011 | 1111000 | 0 | 1011101 | 110101 | 0 | 101001110 | 1100100 | 110110 |
Color Harmonies of #FF1378
Complementary color
Monochromatic Colors of #FF1378
Black with #FF1378
Text Example
Text Example
White with #FF1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1378; }
p { color: rgb(255,19,120); }
H1.HeaderClassName
{
color: #FF1378;
}
.AnyTagClassName
{
color: #FF1378;
}
</style>
background-color css
<style>
a { background-color: #FF1378; }
a { background-color: rgb(255,19,120); }
div.DivClassName
{
background-color: #FF1378;
}
.BgClassName
{
background-color: #FF1378;
}
</style>
border-color css
<style>
span { border-color: #FF1378; }
span { border-color: rgb(255,19,120); }
td.TdClassName
{
border-color: #FF1378;
}
.TagClassName
{
border-color: #FF1378;
}
</style>