Shades of Deep Pink #FD097D
Tints of Deep Pink #FD097D
RGB
CMYK
RGB Variations
Color information
#FD097D (or 0xFD097D) is known color: Deep Pink. HEX triplet: FD, 09 and 7D. RGB value is (253,9,125). Sum of RGB (Red+Green+Blue) = 253+9+125=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD097D is #02F682. Grayscale: #5E5E5E. Windows color (decimal): -194179 or 8194557. OLE color: 8194557.
HSL color Cylindrical-coordinate representation of color #FD097D: hue angle of 331.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD097D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.01 |
| HSL | 331.48º | 0.98% | 0.51% | - |
| HSV(B) | 331.48º | 0.96% | 0.99% | - |
| XYZ | 44.31 | 22.56 | 21.42 | - |
| YUV | 95.18 | 144.84 | 240.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 125 | 0 | 0.96 | 0.51 | 0.01 | 331.48 | 0.98 | 0.51 |
| Hex | FD | 9 | 7D | 0 | 60 | 33 | 1 | 14B | 62 | 33 |
| Octal | 375 | 11 | 175 | 0 | 140 | 63 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 1001 | 1111101 | 0 | 1100000 | 110011 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD097D
Complementary color
Monochromatic Colors of #FD097D
Black with #FD097D
Text Example
Text Example
White with #FD097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD097D; }
p { color: rgb(253,9,125); }
H1.HeaderClassName
{
color: #FD097D;
}
.AnyTagClassName
{
color: #FD097D;
}
</style>
background-color css
<style>
a { background-color: #FD097D; }
a { background-color: rgb(253,9,125); }
div.DivClassName
{
background-color: #FD097D;
}
.BgClassName
{
background-color: #FD097D;
}
</style>
border-color css
<style>
span { border-color: #FD097D; }
span { border-color: rgb(253,9,125); }
td.TdClassName
{
border-color: #FD097D;
}
.TagClassName
{
border-color: #FD097D;
}
</style>