Shades of Deep Pink #FD048F
Tints of Deep Pink #FD048F
RGB
CMYK
RGB Variations
Color information
#FD048F (or 0xFD048F) is known color: Deep Pink. HEX triplet: FD, 04 and 8F. RGB value is (253,4,143). Sum of RGB (Red+Green+Blue) = 253+4+143=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD048F is #02FB70. Grayscale: #5D5D5D. Windows color (decimal): -195441 or 9372925. OLE color: 9372925.
HSL color Cylindrical-coordinate representation of color #FD048F: hue angle of 326.51º 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 #FD048F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.01 |
| HSL | 326.51º | 0.98% | 0.5% | - |
| HSV(B) | 326.51º | 0.98% | 0.99% | - |
| XYZ | 45.51 | 22.95 | 28.02 | - |
| YUV | 94.3 | 155.49 | 241.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 143 | 0 | 0.98 | 0.43 | 0.01 | 326.51 | 0.98 | 0.5 |
| Hex | FD | 4 | 8F | 0 | 62 | 2B | 1 | 147 | 62 | 32 |
| Octal | 375 | 4 | 217 | 0 | 142 | 53 | 1 | 507 | 142 | 62 |
| Binary | 11111101 | 100 | 10001111 | 0 | 1100010 | 101011 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FD048F
Complementary color
Monochromatic Colors of #FD048F
Black with #FD048F
Text Example
Text Example
White with #FD048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD048F; }
p { color: rgb(253,4,143); }
H1.HeaderClassName
{
color: #FD048F;
}
.AnyTagClassName
{
color: #FD048F;
}
</style>
background-color css
<style>
a { background-color: #FD048F; }
a { background-color: rgb(253,4,143); }
div.DivClassName
{
background-color: #FD048F;
}
.BgClassName
{
background-color: #FD048F;
}
</style>
border-color css
<style>
span { border-color: #FD048F; }
span { border-color: rgb(253,4,143); }
td.TdClassName
{
border-color: #FD048F;
}
.TagClassName
{
border-color: #FD048F;
}
</style>