Shades of Deep Pink #FD0679
Tints of Deep Pink #FD0679
RGB
CMYK
RGB Variations
Color information
#FD0679 (or 0xFD0679) is known color: Deep Pink. HEX triplet: FD, 06 and 79. RGB value is (253,6,121). Sum of RGB (Red+Green+Blue) = 253+6+121=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0679 is #02F986. Grayscale: #5C5C5C. Windows color (decimal): -194951 or 7931645. OLE color: 7931645.
HSL color Cylindrical-coordinate representation of color #FD0679: hue angle of 332.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0679 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 121 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.01 |
| HSL | 332.06º | 0.98% | 0.51% | - |
| HSV(B) | 332.06º | 0.98% | 0.99% | - |
| XYZ | 44.02 | 22.39 | 20.09 | - |
| YUV | 92.96 | 143.83 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 121 | 0 | 0.98 | 0.52 | 0.01 | 332.06 | 0.98 | 0.51 |
| Hex | FD | 6 | 79 | 0 | 62 | 34 | 1 | 14C | 62 | 33 |
| Octal | 375 | 6 | 171 | 0 | 142 | 64 | 1 | 514 | 142 | 63 |
| Binary | 11111101 | 110 | 1111001 | 0 | 1100010 | 110100 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FD0679
Complementary color
Monochromatic Colors of #FD0679
Black with #FD0679
Text Example
Text Example
White with #FD0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0679; }
p { color: rgb(253,6,121); }
H1.HeaderClassName
{
color: #FD0679;
}
.AnyTagClassName
{
color: #FD0679;
}
</style>
background-color css
<style>
a { background-color: #FD0679; }
a { background-color: rgb(253,6,121); }
div.DivClassName
{
background-color: #FD0679;
}
.BgClassName
{
background-color: #FD0679;
}
</style>
border-color css
<style>
span { border-color: #FD0679; }
span { border-color: rgb(253,6,121); }
td.TdClassName
{
border-color: #FD0679;
}
.TagClassName
{
border-color: #FD0679;
}
</style>