Shades of Deep Pink #FD0379
Tints of Deep Pink #FD0379
RGB
CMYK
RGB Variations
Color information
#FD0379 (or 0xFD0379) is known color: Deep Pink. HEX triplet: FD, 03 and 79. RGB value is (253,3,121). Sum of RGB (Red+Green+Blue) = 253+3+121=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0379 is #02FC86. Grayscale: #5A5A5A. Windows color (decimal): -195719 or 7930877. OLE color: 7930877.
HSL color Cylindrical-coordinate representation of color #FD0379: hue angle of 331.68º 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 #FD0379 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.01 |
| HSL | 331.68º | 0.98% | 0.5% | - |
| HSV(B) | 331.68º | 0.99% | 0.99% | - |
| XYZ | 43.99 | 22.33 | 20.08 | - |
| YUV | 91.2 | 144.83 | 243.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 121 | 0 | 0.99 | 0.52 | 0.01 | 331.68 | 0.98 | 0.5 |
| Hex | FD | 3 | 79 | 0 | 63 | 34 | 1 | 14C | 62 | 32 |
| Octal | 375 | 3 | 171 | 0 | 143 | 64 | 1 | 514 | 142 | 62 |
| Binary | 11111101 | 11 | 1111001 | 0 | 1100011 | 110100 | 1 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FD0379
Complementary color
Monochromatic Colors of #FD0379
Black with #FD0379
Text Example
Text Example
White with #FD0379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0379; }
p { color: rgb(253,3,121); }
H1.HeaderClassName
{
color: #FD0379;
}
.AnyTagClassName
{
color: #FD0379;
}
</style>
background-color css
<style>
a { background-color: #FD0379; }
a { background-color: rgb(253,3,121); }
div.DivClassName
{
background-color: #FD0379;
}
.BgClassName
{
background-color: #FD0379;
}
</style>
border-color css
<style>
span { border-color: #FD0379; }
span { border-color: rgb(253,3,121); }
td.TdClassName
{
border-color: #FD0379;
}
.TagClassName
{
border-color: #FD0379;
}
</style>