Shades of Deep Pink #FF048D
Tints of Deep Pink #FF048D
RGB
CMYK
RGB Variations
Color information
#FF048D (or 0xFF048D) is known color: Deep Pink. HEX triplet: FF, 04 and 8D. RGB value is (255,4,141). Sum of RGB (Red+Green+Blue) = 255+4+141=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF048D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF048D is #00FB72. Grayscale: #5E5E5E. Windows color (decimal): -64371 or 9241855. OLE color: 9241855.
HSL color Cylindrical-coordinate representation of color #FF048D: hue angle of 327.25º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF048D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.45 | 0 |
| HSL | 327.25º | 1% | 0.51% | - |
| HSV(B) | 327.25º | 0.98% | 1% | - |
| XYZ | 46.09 | 23.27 | 27.26 | - |
| YUV | 94.67 | 154.16 | 242.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 141 | 0 | 0.98 | 0.45 | 0 | 327.25 | 1 | 0.51 |
| Hex | FF | 4 | 8D | 0 | 62 | 2D | 0 | 147 | 64 | 33 |
| Octal | 377 | 4 | 215 | 0 | 142 | 55 | 0 | 507 | 144 | 63 |
| Binary | 11111111 | 100 | 10001101 | 0 | 1100010 | 101101 | 0 | 101000111 | 1100100 | 110011 |
Color Harmonies of #FF048D
Complementary color
Monochromatic Colors of #FF048D
Black with #FF048D
Text Example
Text Example
White with #FF048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF048D; }
p { color: rgb(255,4,141); }
H1.HeaderClassName
{
color: #FF048D;
}
.AnyTagClassName
{
color: #FF048D;
}
</style>
background-color css
<style>
a { background-color: #FF048D; }
a { background-color: rgb(255,4,141); }
div.DivClassName
{
background-color: #FF048D;
}
.BgClassName
{
background-color: #FF048D;
}
</style>
border-color css
<style>
span { border-color: #FF048D; }
span { border-color: rgb(255,4,141); }
td.TdClassName
{
border-color: #FF048D;
}
.TagClassName
{
border-color: #FF048D;
}
</style>