Shades of Deep Pink #FF1388
Tints of Deep Pink #FF1388
RGB
CMYK
RGB Variations
Color information
#FF1388 (or 0xFF1388) is known color: Deep Pink. HEX triplet: FF, 13 and 88. RGB value is (255,19,136). Sum of RGB (Red+Green+Blue) = 255+19+136=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1388 is #00EC77. Grayscale: #666666. Windows color (decimal): -60536 or 8918015. OLE color: 8918015.
HSL color Cylindrical-coordinate representation of color #FF1388: hue angle of 330.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1388 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 136 | - |
| CMYK | 0 | 0.93 | 0.47 | 0 |
| HSL | 330.25º | 1% | 0.54% | - |
| HSV(B) | 330.25º | 0.93% | 1% | - |
| XYZ | 45.92 | 23.5 | 25.41 | - |
| YUV | 102.9 | 146.69 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 136 | 0 | 0.93 | 0.47 | 0 | 330.25 | 1 | 0.54 |
| Hex | FF | 13 | 88 | 0 | 5D | 2F | 0 | 14A | 64 | 36 |
| Octal | 377 | 23 | 210 | 0 | 135 | 57 | 0 | 512 | 144 | 66 |
| Binary | 11111111 | 10011 | 10001000 | 0 | 1011101 | 101111 | 0 | 101001010 | 1100100 | 110110 |
Color Harmonies of #FF1388
Complementary color
Monochromatic Colors of #FF1388
Black with #FF1388
Text Example
Text Example
White with #FF1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1388; }
p { color: rgb(255,19,136); }
H1.HeaderClassName
{
color: #FF1388;
}
.AnyTagClassName
{
color: #FF1388;
}
</style>
background-color css
<style>
a { background-color: #FF1388; }
a { background-color: rgb(255,19,136); }
div.DivClassName
{
background-color: #FF1388;
}
.BgClassName
{
background-color: #FF1388;
}
</style>
border-color css
<style>
span { border-color: #FF1388; }
span { border-color: rgb(255,19,136); }
td.TdClassName
{
border-color: #FF1388;
}
.TagClassName
{
border-color: #FF1388;
}
</style>