Shades of Deep Pink #FD097B
Tints of Deep Pink #FD097B
RGB
CMYK
RGB Variations
Color information
#FD097B (or 0xFD097B) is known color: Deep Pink. HEX triplet: FD, 09 and 7B. RGB value is (253,9,123). Sum of RGB (Red+Green+Blue) = 253+9+123=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD097B is #02F684. Grayscale: #5E5E5E. Windows color (decimal): -194181 or 8063485. OLE color: 8063485.
HSL color Cylindrical-coordinate representation of color #FD097B: hue angle of 331.97º 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 #FD097B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.01 |
| HSL | 331.97º | 0.98% | 0.51% | - |
| HSV(B) | 331.97º | 0.96% | 0.99% | - |
| XYZ | 44.18 | 22.51 | 20.75 | - |
| YUV | 94.95 | 143.84 | 240.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 123 | 0 | 0.96 | 0.51 | 0.01 | 331.97 | 0.98 | 0.51 |
| Hex | FD | 9 | 7B | 0 | 60 | 33 | 1 | 14C | 62 | 33 |
| Octal | 375 | 11 | 173 | 0 | 140 | 63 | 1 | 514 | 142 | 63 |
| Binary | 11111101 | 1001 | 1111011 | 0 | 1100000 | 110011 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FD097B
Complementary color
Monochromatic Colors of #FD097B
Black with #FD097B
Text Example
Text Example
White with #FD097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD097B; }
p { color: rgb(253,9,123); }
H1.HeaderClassName
{
color: #FD097B;
}
.AnyTagClassName
{
color: #FD097B;
}
</style>
background-color css
<style>
a { background-color: #FD097B; }
a { background-color: rgb(253,9,123); }
div.DivClassName
{
background-color: #FD097B;
}
.BgClassName
{
background-color: #FD097B;
}
</style>
border-color css
<style>
span { border-color: #FD097B; }
span { border-color: rgb(253,9,123); }
td.TdClassName
{
border-color: #FD097B;
}
.TagClassName
{
border-color: #FD097B;
}
</style>