Shades of Deep Pink #FD0B73
Tints of Deep Pink #FD0B73
RGB
CMYK
RGB Variations
Color information
#FD0B73 (or 0xFD0B73) is known color: Deep Pink. HEX triplet: FD, 0B and 73. RGB value is (253,11,115). Sum of RGB (Red+Green+Blue) = 253+11+115=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0B73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0B73 is #02F48C. Grayscale: #5F5F5F. Windows color (decimal): -193677 or 7539709. OLE color: 7539709.
HSL color Cylindrical-coordinate representation of color #FD0B73: hue angle of 334.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0B73 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 115 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.01 |
| HSL | 334.21º | 0.98% | 0.52% | - |
| HSV(B) | 334.21º | 0.96% | 0.99% | - |
| XYZ | 43.72 | 22.36 | 18.23 | - |
| YUV | 95.21 | 139.17 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 115 | 0 | 0.96 | 0.55 | 0.01 | 334.21 | 0.98 | 0.52 |
| Hex | FD | B | 73 | 0 | 60 | 37 | 1 | 14E | 62 | 34 |
| Octal | 375 | 13 | 163 | 0 | 140 | 67 | 1 | 516 | 142 | 64 |
| Binary | 11111101 | 1011 | 1110011 | 0 | 1100000 | 110111 | 1 | 101001110 | 1100010 | 110100 |
Color Harmonies of #FD0B73
Complementary color
Monochromatic Colors of #FD0B73
Black with #FD0B73
Text Example
Text Example
White with #FD0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0B73; }
p { color: rgb(253,11,115); }
H1.HeaderClassName
{
color: #FD0B73;
}
.AnyTagClassName
{
color: #FD0B73;
}
</style>
background-color css
<style>
a { background-color: #FD0B73; }
a { background-color: rgb(253,11,115); }
div.DivClassName
{
background-color: #FD0B73;
}
.BgClassName
{
background-color: #FD0B73;
}
</style>
border-color css
<style>
span { border-color: #FD0B73; }
span { border-color: rgb(253,11,115); }
td.TdClassName
{
border-color: #FD0B73;
}
.TagClassName
{
border-color: #FD0B73;
}
</style>