Shades of Deep Pink #FD1778
Tints of Deep Pink #FD1778
RGB
CMYK
RGB Variations
Color information
#FD1778 (or 0xFD1778) is known color: Deep Pink. HEX triplet: FD, 17 and 78. RGB value is (253,23,120). Sum of RGB (Red+Green+Blue) = 253+23+120=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1778 is #02E887. Grayscale: #666666. Windows color (decimal): -190600 or 7870461. OLE color: 7870461.
HSL color Cylindrical-coordinate representation of color #FD1778: hue angle of 334.7º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1778 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 120 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.01 |
| HSL | 334.7º | 0.98% | 0.54% | - |
| HSV(B) | 334.7º | 0.91% | 0.99% | - |
| XYZ | 44.2 | 22.85 | 19.85 | - |
| YUV | 102.83 | 137.7 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 120 | 0 | 0.91 | 0.53 | 0.01 | 334.7 | 0.98 | 0.54 |
| Hex | FD | 17 | 78 | 0 | 5B | 35 | 1 | 14F | 62 | 36 |
| Octal | 375 | 27 | 170 | 0 | 133 | 65 | 1 | 517 | 142 | 66 |
| Binary | 11111101 | 10111 | 1111000 | 0 | 1011011 | 110101 | 1 | 101001111 | 1100010 | 110110 |
Color Harmonies of #FD1778
Complementary color
Monochromatic Colors of #FD1778
Black with #FD1778
Text Example
Text Example
White with #FD1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1778; }
p { color: rgb(253,23,120); }
H1.HeaderClassName
{
color: #FD1778;
}
.AnyTagClassName
{
color: #FD1778;
}
</style>
background-color css
<style>
a { background-color: #FD1778; }
a { background-color: rgb(253,23,120); }
div.DivClassName
{
background-color: #FD1778;
}
.BgClassName
{
background-color: #FD1778;
}
</style>
border-color css
<style>
span { border-color: #FD1778; }
span { border-color: rgb(253,23,120); }
td.TdClassName
{
border-color: #FD1778;
}
.TagClassName
{
border-color: #FD1778;
}
</style>