Shades of Deep Pink #FF038B
Tints of Deep Pink #FF038B
RGB
CMYK
RGB Variations
Color information
#FF038B (or 0xFF038B) is known color: Deep Pink. HEX triplet: FF, 03 and 8B. RGB value is (255,3,139). Sum of RGB (Red+Green+Blue) = 255+3+139=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF038B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF038B is #00FC74. Grayscale: #5D5D5D. Windows color (decimal): -64629 or 9110527. OLE color: 9110527.
HSL color Cylindrical-coordinate representation of color #FF038B: hue angle of 327.62º 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 #FF038B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.45 | 0 |
| HSL | 327.62º | 1% | 0.51% | - |
| HSV(B) | 327.62º | 0.99% | 1% | - |
| XYZ | 45.93 | 23.19 | 26.48 | - |
| YUV | 93.85 | 153.49 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 139 | 0 | 0.99 | 0.45 | 0 | 327.62 | 1 | 0.51 |
| Hex | FF | 3 | 8B | 0 | 63 | 2D | 0 | 148 | 64 | 33 |
| Octal | 377 | 3 | 213 | 0 | 143 | 55 | 0 | 510 | 144 | 63 |
| Binary | 11111111 | 11 | 10001011 | 0 | 1100011 | 101101 | 0 | 101001000 | 1100100 | 110011 |
Color Harmonies of #FF038B
Complementary color
Monochromatic Colors of #FF038B
Black with #FF038B
Text Example
Text Example
White with #FF038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF038B; }
p { color: rgb(255,3,139); }
H1.HeaderClassName
{
color: #FF038B;
}
.AnyTagClassName
{
color: #FF038B;
}
</style>
background-color css
<style>
a { background-color: #FF038B; }
a { background-color: rgb(255,3,139); }
div.DivClassName
{
background-color: #FF038B;
}
.BgClassName
{
background-color: #FF038B;
}
</style>
border-color css
<style>
span { border-color: #FF038B; }
span { border-color: rgb(255,3,139); }
td.TdClassName
{
border-color: #FF038B;
}
.TagClassName
{
border-color: #FF038B;
}
</style>