Shades of Deep Pink #FD067C
Tints of Deep Pink #FD067C
RGB
CMYK
RGB Variations
Color information
#FD067C (or 0xFD067C) is known color: Deep Pink. HEX triplet: FD, 06 and 7C. RGB value is (253,6,124). Sum of RGB (Red+Green+Blue) = 253+6+124=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD067C is #02F983. Grayscale: #5D5D5D. Windows color (decimal): -194948 or 8128253. OLE color: 8128253.
HSL color Cylindrical-coordinate representation of color #FD067C: hue angle of 331.34º 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 #FD067C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 124 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.01 |
| HSL | 331.34º | 0.98% | 0.51% | - |
| HSV(B) | 331.34º | 0.98% | 0.99% | - |
| XYZ | 44.21 | 22.47 | 21.08 | - |
| YUV | 93.31 | 145.33 | 241.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 124 | 0 | 0.98 | 0.51 | 0.01 | 331.34 | 0.98 | 0.51 |
| Hex | FD | 6 | 7C | 0 | 62 | 33 | 1 | 14B | 62 | 33 |
| Octal | 375 | 6 | 174 | 0 | 142 | 63 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 110 | 1111100 | 0 | 1100010 | 110011 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD067C
Complementary color
Monochromatic Colors of #FD067C
Black with #FD067C
Text Example
Text Example
White with #FD067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD067C; }
p { color: rgb(253,6,124); }
H1.HeaderClassName
{
color: #FD067C;
}
.AnyTagClassName
{
color: #FD067C;
}
</style>
background-color css
<style>
a { background-color: #FD067C; }
a { background-color: rgb(253,6,124); }
div.DivClassName
{
background-color: #FD067C;
}
.BgClassName
{
background-color: #FD067C;
}
</style>
border-color css
<style>
span { border-color: #FD067C; }
span { border-color: rgb(253,6,124); }
td.TdClassName
{
border-color: #FD067C;
}
.TagClassName
{
border-color: #FD067C;
}
</style>