Shades of Deep Pink #FB128B
Tints of Deep Pink #FB128B
RGB
CMYK
RGB Variations
Color information
#FB128B (or 0xFB128B) is known color: Deep Pink. HEX triplet: FB, 12 and 8B. RGB value is (251,18,139). Sum of RGB (Red+Green+Blue) = 251+18+139=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB128B is #04ED74. Grayscale: #656565. Windows color (decimal): -322933 or 9114363. OLE color: 9114363.
HSL color Cylindrical-coordinate representation of color #FB128B: hue angle of 328.84º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB128B is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 139 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.02 |
| HSL | 328.84º | 0.97% | 0.53% | - |
| HSV(B) | 328.84º | 0.93% | 0.98% | - |
| XYZ | 44.66 | 22.81 | 26.47 | - |
| YUV | 101.46 | 149.19 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 139 | 0 | 0.93 | 0.45 | 0.02 | 328.84 | 0.97 | 0.53 |
| Hex | FB | 12 | 8B | 0 | 5D | 2D | 2 | 149 | 61 | 35 |
| Octal | 373 | 22 | 213 | 0 | 135 | 55 | 2 | 511 | 141 | 65 |
| Binary | 11111011 | 10010 | 10001011 | 0 | 1011101 | 101101 | 10 | 101001001 | 1100001 | 110101 |
Color Harmonies of #FB128B
Complementary color
Monochromatic Colors of #FB128B
Black with #FB128B
Text Example
Text Example
White with #FB128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB128B; }
p { color: rgb(251,18,139); }
H1.HeaderClassName
{
color: #FB128B;
}
.AnyTagClassName
{
color: #FB128B;
}
</style>
background-color css
<style>
a { background-color: #FB128B; }
a { background-color: rgb(251,18,139); }
div.DivClassName
{
background-color: #FB128B;
}
.BgClassName
{
background-color: #FB128B;
}
</style>
border-color css
<style>
span { border-color: #FB128B; }
span { border-color: rgb(251,18,139); }
td.TdClassName
{
border-color: #FB128B;
}
.TagClassName
{
border-color: #FB128B;
}
</style>