Shades of Deep Pink #FD1078
Tints of Deep Pink #FD1078
RGB
CMYK
RGB Variations
Color information
#FD1078 (or 0xFD1078) is known color: Deep Pink. HEX triplet: FD, 10 and 78. RGB value is (253,16,120). Sum of RGB (Red+Green+Blue) = 253+16+120=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1078 is #02EF87. Grayscale: #626262. Windows color (decimal): -192392 or 7868669. OLE color: 7868669.
HSL color Cylindrical-coordinate representation of color #FD1078: hue angle of 333.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1078 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 120 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.01 |
| HSL | 333.67º | 0.98% | 0.53% | - |
| HSV(B) | 333.67º | 0.94% | 0.99% | - |
| XYZ | 44.08 | 22.61 | 19.81 | - |
| YUV | 98.72 | 140.02 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 120 | 0 | 0.94 | 0.53 | 0.01 | 333.67 | 0.98 | 0.53 |
| Hex | FD | 10 | 78 | 0 | 5E | 35 | 1 | 14E | 62 | 35 |
| Octal | 375 | 20 | 170 | 0 | 136 | 65 | 1 | 516 | 142 | 65 |
| Binary | 11111101 | 10000 | 1111000 | 0 | 1011110 | 110101 | 1 | 101001110 | 1100010 | 110101 |
Color Harmonies of #FD1078
Complementary color
Monochromatic Colors of #FD1078
Black with #FD1078
Text Example
Text Example
White with #FD1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1078; }
p { color: rgb(253,16,120); }
H1.HeaderClassName
{
color: #FD1078;
}
.AnyTagClassName
{
color: #FD1078;
}
</style>
background-color css
<style>
a { background-color: #FD1078; }
a { background-color: rgb(253,16,120); }
div.DivClassName
{
background-color: #FD1078;
}
.BgClassName
{
background-color: #FD1078;
}
</style>
border-color css
<style>
span { border-color: #FD1078; }
span { border-color: rgb(253,16,120); }
td.TdClassName
{
border-color: #FD1078;
}
.TagClassName
{
border-color: #FD1078;
}
</style>