Shades of Deep Pink #FF128B
Tints of Deep Pink #FF128B
RGB
CMYK
RGB Variations
Color information
#FF128B (or 0xFF128B) is known color: Deep Pink. HEX triplet: FF, 12 and 8B. RGB value is (255,18,139). Sum of RGB (Red+Green+Blue) = 255+18+139=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF128B is #00ED74. Grayscale: #666666. Windows color (decimal): -60789 or 9114367. OLE color: 9114367.
HSL color Cylindrical-coordinate representation of color #FF128B: hue angle of 329.37º 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 #FF128B is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 139 | - |
| CMYK | 0 | 0.93 | 0.45 | 0 |
| HSL | 329.37º | 1% | 0.54% | - |
| HSV(B) | 329.37º | 0.93% | 1% | - |
| XYZ | 46.12 | 23.56 | 26.54 | - |
| YUV | 102.66 | 148.52 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 139 | 0 | 0.93 | 0.45 | 0 | 329.37 | 1 | 0.54 |
| Hex | FF | 12 | 8B | 0 | 5D | 2D | 0 | 149 | 64 | 36 |
| Octal | 377 | 22 | 213 | 0 | 135 | 55 | 0 | 511 | 144 | 66 |
| Binary | 11111111 | 10010 | 10001011 | 0 | 1011101 | 101101 | 0 | 101001001 | 1100100 | 110110 |
Color Harmonies of #FF128B
Complementary color
Monochromatic Colors of #FF128B
Black with #FF128B
Text Example
Text Example
White with #FF128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF128B; }
p { color: rgb(255,18,139); }
H1.HeaderClassName
{
color: #FF128B;
}
.AnyTagClassName
{
color: #FF128B;
}
</style>
background-color css
<style>
a { background-color: #FF128B; }
a { background-color: rgb(255,18,139); }
div.DivClassName
{
background-color: #FF128B;
}
.BgClassName
{
background-color: #FF128B;
}
</style>
border-color css
<style>
span { border-color: #FF128B; }
span { border-color: rgb(255,18,139); }
td.TdClassName
{
border-color: #FF128B;
}
.TagClassName
{
border-color: #FF128B;
}
</style>