Shades of Deep Pink #FD067E
Tints of Deep Pink #FD067E
RGB
CMYK
RGB Variations
Color information
#FD067E (or 0xFD067E) is known color: Deep Pink. HEX triplet: FD, 06 and 7E. RGB value is (253,6,126). Sum of RGB (Red+Green+Blue) = 253+6+126=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD067E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD067E is #02F981. Grayscale: #5D5D5D. Windows color (decimal): -194946 or 8259325. OLE color: 8259325.
HSL color Cylindrical-coordinate representation of color #FD067E: hue angle of 330.85º 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 #FD067E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 126 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.01 |
| HSL | 330.85º | 0.98% | 0.51% | - |
| HSV(B) | 330.85º | 0.98% | 0.99% | - |
| XYZ | 44.34 | 22.52 | 21.75 | - |
| YUV | 93.53 | 146.33 | 241.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 126 | 0 | 0.98 | 0.50 | 0.01 | 330.85 | 0.98 | 0.51 |
| Hex | FD | 6 | 7E | 0 | 62 | 32 | 1 | 14B | 62 | 33 |
| Octal | 375 | 6 | 176 | 0 | 142 | 62 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 110 | 1111110 | 0 | 1100010 | 110010 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD067E
Complementary color
Monochromatic Colors of #FD067E
Black with #FD067E
Text Example
Text Example
White with #FD067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD067E; }
p { color: rgb(253,6,126); }
H1.HeaderClassName
{
color: #FD067E;
}
.AnyTagClassName
{
color: #FD067E;
}
</style>
background-color css
<style>
a { background-color: #FD067E; }
a { background-color: rgb(253,6,126); }
div.DivClassName
{
background-color: #FD067E;
}
.BgClassName
{
background-color: #FD067E;
}
</style>
border-color css
<style>
span { border-color: #FD067E; }
span { border-color: rgb(253,6,126); }
td.TdClassName
{
border-color: #FD067E;
}
.TagClassName
{
border-color: #FD067E;
}
</style>