Shades of Deep Pink #FD068A
Tints of Deep Pink #FD068A
RGB
CMYK
RGB Variations
Color information
#FD068A (or 0xFD068A) is known color: Deep Pink. HEX triplet: FD, 06 and 8A. RGB value is (253,6,138). Sum of RGB (Red+Green+Blue) = 253+6+138=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD068A is #02F975. Grayscale: #5E5E5E. Windows color (decimal): -194934 or 9045757. OLE color: 9045757.
HSL color Cylindrical-coordinate representation of color #FD068A: hue angle of 327.94º 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 #FD068A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 138 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.01 |
| HSL | 327.94º | 0.98% | 0.51% | - |
| HSV(B) | 327.94º | 0.98% | 0.99% | - |
| XYZ | 45.16 | 22.85 | 26.07 | - |
| YUV | 94.9 | 152.33 | 240.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 138 | 0 | 0.98 | 0.45 | 0.01 | 327.94 | 0.98 | 0.51 |
| Hex | FD | 6 | 8A | 0 | 62 | 2D | 1 | 148 | 62 | 33 |
| Octal | 375 | 6 | 212 | 0 | 142 | 55 | 1 | 510 | 142 | 63 |
| Binary | 11111101 | 110 | 10001010 | 0 | 1100010 | 101101 | 1 | 101001000 | 1100010 | 110011 |
Color Harmonies of #FD068A
Complementary color
Monochromatic Colors of #FD068A
Black with #FD068A
Text Example
Text Example
White with #FD068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD068A; }
p { color: rgb(253,6,138); }
H1.HeaderClassName
{
color: #FD068A;
}
.AnyTagClassName
{
color: #FD068A;
}
</style>
background-color css
<style>
a { background-color: #FD068A; }
a { background-color: rgb(253,6,138); }
div.DivClassName
{
background-color: #FD068A;
}
.BgClassName
{
background-color: #FD068A;
}
</style>
border-color css
<style>
span { border-color: #FD068A; }
span { border-color: rgb(253,6,138); }
td.TdClassName
{
border-color: #FD068A;
}
.TagClassName
{
border-color: #FD068A;
}
</style>