Shades of Deep Pink #FD077E
Tints of Deep Pink #FD077E
RGB
CMYK
RGB Variations
Color information
#FD077E (or 0xFD077E) is known color: Deep Pink. HEX triplet: FD, 07 and 7E. RGB value is (253,7,126). Sum of RGB (Red+Green+Blue) = 253+7+126=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD077E is #02F881. Grayscale: #5D5D5D. Windows color (decimal): -194690 or 8259581. OLE color: 8259581.
HSL color Cylindrical-coordinate representation of color #FD077E: hue angle of 330.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD077E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 126 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.01 |
| HSL | 330.98º | 0.98% | 0.51% | - |
| HSV(B) | 330.98º | 0.97% | 0.99% | - |
| XYZ | 44.35 | 22.54 | 21.75 | - |
| YUV | 94.12 | 146 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 126 | 0 | 0.97 | 0.50 | 0.01 | 330.98 | 0.98 | 0.51 |
| Hex | FD | 7 | 7E | 0 | 61 | 32 | 1 | 14B | 62 | 33 |
| Octal | 375 | 7 | 176 | 0 | 141 | 62 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 111 | 1111110 | 0 | 1100001 | 110010 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD077E
Complementary color
Monochromatic Colors of #FD077E
Black with #FD077E
Text Example
Text Example
White with #FD077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD077E; }
p { color: rgb(253,7,126); }
H1.HeaderClassName
{
color: #FD077E;
}
.AnyTagClassName
{
color: #FD077E;
}
</style>
background-color css
<style>
a { background-color: #FD077E; }
a { background-color: rgb(253,7,126); }
div.DivClassName
{
background-color: #FD077E;
}
.BgClassName
{
background-color: #FD077E;
}
</style>
border-color css
<style>
span { border-color: #FD077E; }
span { border-color: rgb(253,7,126); }
td.TdClassName
{
border-color: #FD077E;
}
.TagClassName
{
border-color: #FD077E;
}
</style>