Shades of Deep Pink #FD047B
Tints of Deep Pink #FD047B
RGB
CMYK
RGB Variations
Color information
#FD047B (or 0xFD047B) is known color: Deep Pink. HEX triplet: FD, 04 and 7B. RGB value is (253,4,123). Sum of RGB (Red+Green+Blue) = 253+4+123=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD047B is #02FB84. Grayscale: #5B5B5B. Windows color (decimal): -195461 or 8062205. OLE color: 8062205.
HSL color Cylindrical-coordinate representation of color #FD047B: hue angle of 331.33º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD047B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.01 |
| HSL | 331.33º | 0.98% | 0.5% | - |
| HSV(B) | 331.33º | 0.98% | 0.99% | - |
| XYZ | 44.13 | 22.4 | 20.74 | - |
| YUV | 92.02 | 145.49 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 123 | 0 | 0.98 | 0.51 | 0.01 | 331.33 | 0.98 | 0.5 |
| Hex | FD | 4 | 7B | 0 | 62 | 33 | 1 | 14B | 62 | 32 |
| Octal | 375 | 4 | 173 | 0 | 142 | 63 | 1 | 513 | 142 | 62 |
| Binary | 11111101 | 100 | 1111011 | 0 | 1100010 | 110011 | 1 | 101001011 | 1100010 | 110010 |
Color Harmonies of #FD047B
Complementary color
Monochromatic Colors of #FD047B
Black with #FD047B
Text Example
Text Example
White with #FD047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD047B; }
p { color: rgb(253,4,123); }
H1.HeaderClassName
{
color: #FD047B;
}
.AnyTagClassName
{
color: #FD047B;
}
</style>
background-color css
<style>
a { background-color: #FD047B; }
a { background-color: rgb(253,4,123); }
div.DivClassName
{
background-color: #FD047B;
}
.BgClassName
{
background-color: #FD047B;
}
</style>
border-color css
<style>
span { border-color: #FD047B; }
span { border-color: rgb(253,4,123); }
td.TdClassName
{
border-color: #FD047B;
}
.TagClassName
{
border-color: #FD047B;
}
</style>