Shades of Deep Pink #FD0B7A
Tints of Deep Pink #FD0B7A
RGB
CMYK
RGB Variations
Color information
#FD0B7A (or 0xFD0B7A) is known color: Deep Pink. HEX triplet: FD, 0B and 7A. RGB value is (253,11,122). Sum of RGB (Red+Green+Blue) = 253+11+122=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0B7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0B7A is #02F485. Grayscale: #5F5F5F. Windows color (decimal): -193670 or 7998461. OLE color: 7998461.
HSL color Cylindrical-coordinate representation of color #FD0B7A: hue angle of 332.48º 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 #FD0B7A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 122 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.01 |
| HSL | 332.48º | 0.98% | 0.52% | - |
| HSV(B) | 332.48º | 0.96% | 0.99% | - |
| XYZ | 44.14 | 22.53 | 20.43 | - |
| YUV | 96.01 | 142.67 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 122 | 0 | 0.96 | 0.52 | 0.01 | 332.48 | 0.98 | 0.52 |
| Hex | FD | B | 7A | 0 | 60 | 34 | 1 | 14C | 62 | 34 |
| Octal | 375 | 13 | 172 | 0 | 140 | 64 | 1 | 514 | 142 | 64 |
| Binary | 11111101 | 1011 | 1111010 | 0 | 1100000 | 110100 | 1 | 101001100 | 1100010 | 110100 |
Color Harmonies of #FD0B7A
Complementary color
Monochromatic Colors of #FD0B7A
Black with #FD0B7A
Text Example
Text Example
White with #FD0B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0B7A; }
p { color: rgb(253,11,122); }
H1.HeaderClassName
{
color: #FD0B7A;
}
.AnyTagClassName
{
color: #FD0B7A;
}
</style>
background-color css
<style>
a { background-color: #FD0B7A; }
a { background-color: rgb(253,11,122); }
div.DivClassName
{
background-color: #FD0B7A;
}
.BgClassName
{
background-color: #FD0B7A;
}
</style>
border-color css
<style>
span { border-color: #FD0B7A; }
span { border-color: rgb(253,11,122); }
td.TdClassName
{
border-color: #FD0B7A;
}
.TagClassName
{
border-color: #FD0B7A;
}
</style>