Shades of Deep Pink #FD068C
Tints of Deep Pink #FD068C
RGB
CMYK
RGB Variations
Color information
#FD068C (or 0xFD068C) is known color: Deep Pink. HEX triplet: FD, 06 and 8C. RGB value is (253,6,140). Sum of RGB (Red+Green+Blue) = 253+6+140=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD068C is #02F973. Grayscale: #5E5E5E. Windows color (decimal): -194932 or 9176829. OLE color: 9176829.
HSL color Cylindrical-coordinate representation of color #FD068C: hue angle of 327.45º 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 #FD068C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 140 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.01 |
| HSL | 327.45º | 0.98% | 0.51% | - |
| HSV(B) | 327.45º | 0.98% | 0.99% | - |
| XYZ | 45.31 | 22.91 | 26.84 | - |
| YUV | 95.13 | 153.33 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 140 | 0 | 0.98 | 0.45 | 0.01 | 327.45 | 0.98 | 0.51 |
| Hex | FD | 6 | 8C | 0 | 62 | 2D | 1 | 147 | 62 | 33 |
| Octal | 375 | 6 | 214 | 0 | 142 | 55 | 1 | 507 | 142 | 63 |
| Binary | 11111101 | 110 | 10001100 | 0 | 1100010 | 101101 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FD068C
Complementary color
Monochromatic Colors of #FD068C
Black with #FD068C
Text Example
Text Example
White with #FD068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD068C; }
p { color: rgb(253,6,140); }
H1.HeaderClassName
{
color: #FD068C;
}
.AnyTagClassName
{
color: #FD068C;
}
</style>
background-color css
<style>
a { background-color: #FD068C; }
a { background-color: rgb(253,6,140); }
div.DivClassName
{
background-color: #FD068C;
}
.BgClassName
{
background-color: #FD068C;
}
</style>
border-color css
<style>
span { border-color: #FD068C; }
span { border-color: rgb(253,6,140); }
td.TdClassName
{
border-color: #FD068C;
}
.TagClassName
{
border-color: #FD068C;
}
</style>