Shades of Deep Pink #FD048B
Tints of Deep Pink #FD048B
RGB
CMYK
RGB Variations
Color information
#FD048B (or 0xFD048B) is known color: Deep Pink. HEX triplet: FD, 04 and 8B. RGB value is (253,4,139). Sum of RGB (Red+Green+Blue) = 253+4+139=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD048B is #02FB74. Grayscale: #5D5D5D. Windows color (decimal): -195445 or 9110781. OLE color: 9110781.
HSL color Cylindrical-coordinate representation of color #FD048B: hue angle of 327.47º 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 #FD048B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.01 |
| HSL | 327.47º | 0.98% | 0.5% | - |
| HSV(B) | 327.47º | 0.98% | 0.99% | - |
| XYZ | 45.21 | 22.83 | 26.45 | - |
| YUV | 93.84 | 153.49 | 241.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 139 | 0 | 0.98 | 0.45 | 0.01 | 327.47 | 0.98 | 0.5 |
| Hex | FD | 4 | 8B | 0 | 62 | 2D | 1 | 147 | 62 | 32 |
| Octal | 375 | 4 | 213 | 0 | 142 | 55 | 1 | 507 | 142 | 62 |
| Binary | 11111101 | 100 | 10001011 | 0 | 1100010 | 101101 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FD048B
Complementary color
Monochromatic Colors of #FD048B
Black with #FD048B
Text Example
Text Example
White with #FD048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD048B; }
p { color: rgb(253,4,139); }
H1.HeaderClassName
{
color: #FD048B;
}
.AnyTagClassName
{
color: #FD048B;
}
</style>
background-color css
<style>
a { background-color: #FD048B; }
a { background-color: rgb(253,4,139); }
div.DivClassName
{
background-color: #FD048B;
}
.BgClassName
{
background-color: #FD048B;
}
</style>
border-color css
<style>
span { border-color: #FD048B; }
span { border-color: rgb(253,4,139); }
td.TdClassName
{
border-color: #FD048B;
}
.TagClassName
{
border-color: #FD048B;
}
</style>