Shades of Deep Pink #FF0178
Tints of Deep Pink #FF0178
RGB
CMYK
RGB Variations
Color information
#FF0178 (or 0xFF0178) is known color: Deep Pink. HEX triplet: FF, 01 and 78. RGB value is (255,1,120). Sum of RGB (Red+Green+Blue) = 255+1+120=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0178 is #00FE87. Grayscale: #5A5A5A. Windows color (decimal): -65160 or 7864831. OLE color: 7864831.
HSL color Cylindrical-coordinate representation of color #FF0178: hue angle of 331.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0178 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.53 | 0 |
| HSL | 331.89º | 1% | 0.5% | - |
| HSV(B) | 331.89º | 1% | 1% | - |
| XYZ | 44.64 | 22.64 | 19.79 | - |
| YUV | 90.51 | 144.65 | 245.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 120 | 0 | 1.00 | 0.53 | 0 | 331.89 | 1 | 0.5 |
| Hex | FF | 1 | 78 | 0 | 64 | 35 | 0 | 14C | 64 | 32 |
| Octal | 377 | 1 | 170 | 0 | 144 | 65 | 0 | 514 | 144 | 62 |
| Binary | 11111111 | 1 | 1111000 | 0 | 1100100 | 110101 | 0 | 101001100 | 1100100 | 110010 |
Color Harmonies of #FF0178
Complementary color
Monochromatic Colors of #FF0178
Black with #FF0178
Text Example
Text Example
White with #FF0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0178; }
p { color: rgb(255,1,120); }
H1.HeaderClassName
{
color: #FF0178;
}
.AnyTagClassName
{
color: #FF0178;
}
</style>
background-color css
<style>
a { background-color: #FF0178; }
a { background-color: rgb(255,1,120); }
div.DivClassName
{
background-color: #FF0178;
}
.BgClassName
{
background-color: #FF0178;
}
</style>
border-color css
<style>
span { border-color: #FF0178; }
span { border-color: rgb(255,1,120); }
td.TdClassName
{
border-color: #FF0178;
}
.TagClassName
{
border-color: #FF0178;
}
</style>