Shades of Deep Pink #FD0B7B
Tints of Deep Pink #FD0B7B
RGB
CMYK
RGB Variations
Color information
#FD0B7B (or 0xFD0B7B) is known color: Deep Pink. HEX triplet: FD, 0B and 7B. RGB value is (253,11,123). Sum of RGB (Red+Green+Blue) = 253+11+123=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0B7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0B7B is #02F484. Grayscale: #5F5F5F. Windows color (decimal): -193669 or 8063997. OLE color: 8063997.
HSL color Cylindrical-coordinate representation of color #FD0B7B: hue angle of 332.23º 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 #FD0B7B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 123 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.01 |
| HSL | 332.23º | 0.98% | 0.52% | - |
| HSV(B) | 332.23º | 0.96% | 0.99% | - |
| XYZ | 44.2 | 22.55 | 20.76 | - |
| YUV | 96.13 | 143.17 | 239.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 123 | 0 | 0.96 | 0.51 | 0.01 | 332.23 | 0.98 | 0.52 |
| Hex | FD | B | 7B | 0 | 60 | 33 | 1 | 14C | 62 | 34 |
| Octal | 375 | 13 | 173 | 0 | 140 | 63 | 1 | 514 | 142 | 64 |
| Binary | 11111101 | 1011 | 1111011 | 0 | 1100000 | 110011 | 1 | 101001100 | 1100010 | 110100 |
Color Harmonies of #FD0B7B
Complementary color
Monochromatic Colors of #FD0B7B
Black with #FD0B7B
Text Example
Text Example
White with #FD0B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0B7B; }
p { color: rgb(253,11,123); }
H1.HeaderClassName
{
color: #FD0B7B;
}
.AnyTagClassName
{
color: #FD0B7B;
}
</style>
background-color css
<style>
a { background-color: #FD0B7B; }
a { background-color: rgb(253,11,123); }
div.DivClassName
{
background-color: #FD0B7B;
}
.BgClassName
{
background-color: #FD0B7B;
}
</style>
border-color css
<style>
span { border-color: #FD0B7B; }
span { border-color: rgb(253,11,123); }
td.TdClassName
{
border-color: #FD0B7B;
}
.TagClassName
{
border-color: #FD0B7B;
}
</style>