Shades of Deep Pink #FB138C
Tints of Deep Pink #FB138C
RGB
CMYK
RGB Variations
Color information
#FB138C (or 0xFB138C) is known color: Deep Pink. HEX triplet: FB, 13 and 8C. RGB value is (251,19,140). Sum of RGB (Red+Green+Blue) = 251+19+140=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB138C is #04EC73. Grayscale: #656565. Windows color (decimal): -322676 or 9180155. OLE color: 9180155.
HSL color Cylindrical-coordinate representation of color #FB138C: hue angle of 328.71º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB138C is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 140 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.02 |
| HSL | 328.71º | 0.97% | 0.53% | - |
| HSV(B) | 328.71º | 0.92% | 0.98% | - |
| XYZ | 44.75 | 22.87 | 26.87 | - |
| YUV | 102.16 | 149.36 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 140 | 0 | 0.92 | 0.44 | 0.02 | 328.71 | 0.97 | 0.53 |
| Hex | FB | 13 | 8C | 0 | 5C | 2C | 2 | 149 | 61 | 35 |
| Octal | 373 | 23 | 214 | 0 | 134 | 54 | 2 | 511 | 141 | 65 |
| Binary | 11111011 | 10011 | 10001100 | 0 | 1011100 | 101100 | 10 | 101001001 | 1100001 | 110101 |
Color Harmonies of #FB138C
Complementary color
Monochromatic Colors of #FB138C
Black with #FB138C
Text Example
Text Example
White with #FB138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB138C; }
p { color: rgb(251,19,140); }
H1.HeaderClassName
{
color: #FB138C;
}
.AnyTagClassName
{
color: #FB138C;
}
</style>
background-color css
<style>
a { background-color: #FB138C; }
a { background-color: rgb(251,19,140); }
div.DivClassName
{
background-color: #FB138C;
}
.BgClassName
{
background-color: #FB138C;
}
</style>
border-color css
<style>
span { border-color: #FB138C; }
span { border-color: rgb(251,19,140); }
td.TdClassName
{
border-color: #FB138C;
}
.TagClassName
{
border-color: #FB138C;
}
</style>