Shades of Deep Pink #FF038E
Tints of Deep Pink #FF038E
RGB
CMYK
RGB Variations
Color information
#FF038E (or 0xFF038E) is known color: Deep Pink. HEX triplet: FF, 03 and 8E. RGB value is (255,3,142). Sum of RGB (Red+Green+Blue) = 255+3+142=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF038E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF038E is #00FC71. Grayscale: #5D5D5D. Windows color (decimal): -64626 or 9307135. OLE color: 9307135.
HSL color Cylindrical-coordinate representation of color #FF038E: hue angle of 326.9º 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 #FF038E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.44 | 0 |
| HSL | 326.9º | 1% | 0.51% | - |
| HSV(B) | 326.9º | 0.99% | 1% | - |
| XYZ | 46.16 | 23.28 | 27.65 | - |
| YUV | 94.19 | 154.99 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 142 | 0 | 0.99 | 0.44 | 0 | 326.9 | 1 | 0.51 |
| Hex | FF | 3 | 8E | 0 | 63 | 2C | 0 | 147 | 64 | 33 |
| Octal | 377 | 3 | 216 | 0 | 143 | 54 | 0 | 507 | 144 | 63 |
| Binary | 11111111 | 11 | 10001110 | 0 | 1100011 | 101100 | 0 | 101000111 | 1100100 | 110011 |
Color Harmonies of #FF038E
Complementary color
Monochromatic Colors of #FF038E
Black with #FF038E
Text Example
Text Example
White with #FF038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF038E; }
p { color: rgb(255,3,142); }
H1.HeaderClassName
{
color: #FF038E;
}
.AnyTagClassName
{
color: #FF038E;
}
</style>
background-color css
<style>
a { background-color: #FF038E; }
a { background-color: rgb(255,3,142); }
div.DivClassName
{
background-color: #FF038E;
}
.BgClassName
{
background-color: #FF038E;
}
</style>
border-color css
<style>
span { border-color: #FF038E; }
span { border-color: rgb(255,3,142); }
td.TdClassName
{
border-color: #FF038E;
}
.TagClassName
{
border-color: #FF038E;
}
</style>