Shades of Deep Pink #FF038D
Tints of Deep Pink #FF038D
RGB
CMYK
RGB Variations
Color information
#FF038D (or 0xFF038D) is known color: Deep Pink. HEX triplet: FF, 03 and 8D. RGB value is (255,3,141). Sum of RGB (Red+Green+Blue) = 255+3+141=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF038D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF038D is #00FC72. Grayscale: #5D5D5D. Windows color (decimal): -64627 or 9241599. OLE color: 9241599.
HSL color Cylindrical-coordinate representation of color #FF038D: hue angle of 327.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF038D is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.45 | 0 |
| HSL | 327.14º | 1% | 0.51% | - |
| HSV(B) | 327.14º | 0.99% | 1% | - |
| XYZ | 46.08 | 23.25 | 27.26 | - |
| YUV | 94.08 | 154.49 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 141 | 0 | 0.99 | 0.45 | 0 | 327.14 | 1 | 0.51 |
| Hex | FF | 3 | 8D | 0 | 63 | 2D | 0 | 147 | 64 | 33 |
| Octal | 377 | 3 | 215 | 0 | 143 | 55 | 0 | 507 | 144 | 63 |
| Binary | 11111111 | 11 | 10001101 | 0 | 1100011 | 101101 | 0 | 101000111 | 1100100 | 110011 |
Color Harmonies of #FF038D
Complementary color
Monochromatic Colors of #FF038D
Black with #FF038D
Text Example
Text Example
White with #FF038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF038D; }
p { color: rgb(255,3,141); }
H1.HeaderClassName
{
color: #FF038D;
}
.AnyTagClassName
{
color: #FF038D;
}
</style>
background-color css
<style>
a { background-color: #FF038D; }
a { background-color: rgb(255,3,141); }
div.DivClassName
{
background-color: #FF038D;
}
.BgClassName
{
background-color: #FF038D;
}
</style>
border-color css
<style>
span { border-color: #FF038D; }
span { border-color: rgb(255,3,141); }
td.TdClassName
{
border-color: #FF038D;
}
.TagClassName
{
border-color: #FF038D;
}
</style>