Shades of Deep Pink #FD0378
Tints of Deep Pink #FD0378
RGB
CMYK
RGB Variations
Color information
#FD0378 (or 0xFD0378) is known color: Deep Pink. HEX triplet: FD, 03 and 78. RGB value is (253,3,120). Sum of RGB (Red+Green+Blue) = 253+3+120=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0378 is #02FC87. Grayscale: #5A5A5A. Windows color (decimal): -195720 or 7865341. OLE color: 7865341.
HSL color Cylindrical-coordinate representation of color #FD0378: hue angle of 331.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0378 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.01 |
| HSL | 331.92º | 0.98% | 0.5% | - |
| HSV(B) | 331.92º | 0.99% | 0.99% | - |
| XYZ | 43.93 | 22.3 | 19.76 | - |
| YUV | 91.09 | 144.33 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 120 | 0 | 0.99 | 0.53 | 0.01 | 331.92 | 0.98 | 0.5 |
| Hex | FD | 3 | 78 | 0 | 63 | 35 | 1 | 14C | 62 | 32 |
| Octal | 375 | 3 | 170 | 0 | 143 | 65 | 1 | 514 | 142 | 62 |
| Binary | 11111101 | 11 | 1111000 | 0 | 1100011 | 110101 | 1 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FD0378
Complementary color
Monochromatic Colors of #FD0378
Black with #FD0378
Text Example
Text Example
White with #FD0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0378; }
p { color: rgb(253,3,120); }
H1.HeaderClassName
{
color: #FD0378;
}
.AnyTagClassName
{
color: #FD0378;
}
</style>
background-color css
<style>
a { background-color: #FD0378; }
a { background-color: rgb(253,3,120); }
div.DivClassName
{
background-color: #FD0378;
}
.BgClassName
{
background-color: #FD0378;
}
</style>
border-color css
<style>
span { border-color: #FD0378; }
span { border-color: rgb(253,3,120); }
td.TdClassName
{
border-color: #FD0378;
}
.TagClassName
{
border-color: #FD0378;
}
</style>