Shades of Deep Pink #FD1878
Tints of Deep Pink #FD1878
RGB
CMYK
RGB Variations
Color information
#FD1878 (or 0xFD1878) is known color: Deep Pink. HEX triplet: FD, 18 and 78. RGB value is (253,24,120). Sum of RGB (Red+Green+Blue) = 253+24+120=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1878 is #02E787. Grayscale: #676767. Windows color (decimal): -190344 or 7870717. OLE color: 7870717.
HSL color Cylindrical-coordinate representation of color #FD1878: hue angle of 334.85º 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 #FD1878 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 120 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.01 |
| HSL | 334.85º | 0.98% | 0.54% | - |
| HSV(B) | 334.85º | 0.91% | 0.99% | - |
| XYZ | 44.22 | 22.89 | 19.86 | - |
| YUV | 103.42 | 137.37 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 120 | 0 | 0.91 | 0.53 | 0.01 | 334.85 | 0.98 | 0.54 |
| Hex | FD | 18 | 78 | 0 | 5B | 35 | 1 | 14F | 62 | 36 |
| Octal | 375 | 30 | 170 | 0 | 133 | 65 | 1 | 517 | 142 | 66 |
| Binary | 11111101 | 11000 | 1111000 | 0 | 1011011 | 110101 | 1 | 101001111 | 1100010 | 110110 |
Color Harmonies of #FD1878
Complementary color
Monochromatic Colors of #FD1878
Black with #FD1878
Text Example
Text Example
White with #FD1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1878; }
p { color: rgb(253,24,120); }
H1.HeaderClassName
{
color: #FD1878;
}
.AnyTagClassName
{
color: #FD1878;
}
</style>
background-color css
<style>
a { background-color: #FD1878; }
a { background-color: rgb(253,24,120); }
div.DivClassName
{
background-color: #FD1878;
}
.BgClassName
{
background-color: #FD1878;
}
</style>
border-color css
<style>
span { border-color: #FD1878; }
span { border-color: rgb(253,24,120); }
td.TdClassName
{
border-color: #FD1878;
}
.TagClassName
{
border-color: #FD1878;
}
</style>