Shades of Deep Pink #FF0388
Tints of Deep Pink #FF0388
RGB
CMYK
RGB Variations
Color information
#FF0388 (or 0xFF0388) is known color: Deep Pink. HEX triplet: FF, 03 and 88. RGB value is (255,3,136). Sum of RGB (Red+Green+Blue) = 255+3+136=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0388 is #00FC77. Grayscale: #5D5D5D. Windows color (decimal): -64632 or 8913919. OLE color: 8913919.
HSL color Cylindrical-coordinate representation of color #FF0388: hue angle of 328.33º 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 #FF0388 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.47 | 0 |
| HSL | 328.33º | 1% | 0.51% | - |
| HSV(B) | 328.33º | 0.99% | 1% | - |
| XYZ | 45.72 | 23.1 | 25.34 | - |
| YUV | 93.51 | 151.99 | 243.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 136 | 0 | 0.99 | 0.47 | 0 | 328.33 | 1 | 0.51 |
| Hex | FF | 3 | 88 | 0 | 63 | 2F | 0 | 148 | 64 | 33 |
| Octal | 377 | 3 | 210 | 0 | 143 | 57 | 0 | 510 | 144 | 63 |
| Binary | 11111111 | 11 | 10001000 | 0 | 1100011 | 101111 | 0 | 101001000 | 1100100 | 110011 |
Color Harmonies of #FF0388
Complementary color
Monochromatic Colors of #FF0388
Black with #FF0388
Text Example
Text Example
White with #FF0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0388; }
p { color: rgb(255,3,136); }
H1.HeaderClassName
{
color: #FF0388;
}
.AnyTagClassName
{
color: #FF0388;
}
</style>
background-color css
<style>
a { background-color: #FF0388; }
a { background-color: rgb(255,3,136); }
div.DivClassName
{
background-color: #FF0388;
}
.BgClassName
{
background-color: #FF0388;
}
</style>
border-color css
<style>
span { border-color: #FF0388; }
span { border-color: rgb(255,3,136); }
td.TdClassName
{
border-color: #FF0388;
}
.TagClassName
{
border-color: #FF0388;
}
</style>