Shades of Deep Pink #FD068E
Tints of Deep Pink #FD068E
RGB
CMYK
RGB Variations
Color information
#FD068E (or 0xFD068E) is known color: Deep Pink. HEX triplet: FD, 06 and 8E. RGB value is (253,6,142). Sum of RGB (Red+Green+Blue) = 253+6+142=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD068E is #02F971. Grayscale: #5F5F5F. Windows color (decimal): -194930 or 9307901. OLE color: 9307901.
HSL color Cylindrical-coordinate representation of color #FD068E: hue angle of 326.96º 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 #FD068E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 142 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.01 |
| HSL | 326.96º | 0.98% | 0.51% | - |
| HSV(B) | 326.96º | 0.98% | 0.99% | - |
| XYZ | 45.46 | 22.97 | 27.63 | - |
| YUV | 95.36 | 154.33 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 142 | 0 | 0.98 | 0.44 | 0.01 | 326.96 | 0.98 | 0.51 |
| Hex | FD | 6 | 8E | 0 | 62 | 2C | 1 | 147 | 62 | 33 |
| Octal | 375 | 6 | 216 | 0 | 142 | 54 | 1 | 507 | 142 | 63 |
| Binary | 11111101 | 110 | 10001110 | 0 | 1100010 | 101100 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FD068E
Complementary color
Monochromatic Colors of #FD068E
Black with #FD068E
Text Example
Text Example
White with #FD068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD068E; }
p { color: rgb(253,6,142); }
H1.HeaderClassName
{
color: #FD068E;
}
.AnyTagClassName
{
color: #FD068E;
}
</style>
background-color css
<style>
a { background-color: #FD068E; }
a { background-color: rgb(253,6,142); }
div.DivClassName
{
background-color: #FD068E;
}
.BgClassName
{
background-color: #FD068E;
}
</style>
border-color css
<style>
span { border-color: #FD068E; }
span { border-color: rgb(253,6,142); }
td.TdClassName
{
border-color: #FD068E;
}
.TagClassName
{
border-color: #FD068E;
}
</style>