Shades of Deep Pink #FB108B
Tints of Deep Pink #FB108B
RGB
CMYK
RGB Variations
Color information
#FB108B (or 0xFB108B) is known color: Deep Pink. HEX triplet: FB, 10 and 8B. RGB value is (251,16,139). Sum of RGB (Red+Green+Blue) = 251+16+139=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB108B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB108B is #04EF74. Grayscale: #646464. Windows color (decimal): -323445 or 9113851. OLE color: 9113851.
HSL color Cylindrical-coordinate representation of color #FB108B: hue angle of 328.6º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB108B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 139 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.02 |
| HSL | 328.6º | 0.97% | 0.52% | - |
| HSV(B) | 328.6º | 0.94% | 0.98% | - |
| XYZ | 44.63 | 22.74 | 26.46 | - |
| YUV | 100.29 | 149.86 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 139 | 0 | 0.94 | 0.45 | 0.02 | 328.6 | 0.97 | 0.52 |
| Hex | FB | 10 | 8B | 0 | 5E | 2D | 2 | 149 | 61 | 34 |
| Octal | 373 | 20 | 213 | 0 | 136 | 55 | 2 | 511 | 141 | 64 |
| Binary | 11111011 | 10000 | 10001011 | 0 | 1011110 | 101101 | 10 | 101001001 | 1100001 | 110100 |
Color Harmonies of #FB108B
Complementary color
Monochromatic Colors of #FB108B
Black with #FB108B
Text Example
Text Example
White with #FB108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB108B; }
p { color: rgb(251,16,139); }
H1.HeaderClassName
{
color: #FB108B;
}
.AnyTagClassName
{
color: #FB108B;
}
</style>
background-color css
<style>
a { background-color: #FB108B; }
a { background-color: rgb(251,16,139); }
div.DivClassName
{
background-color: #FB108B;
}
.BgClassName
{
background-color: #FB108B;
}
</style>
border-color css
<style>
span { border-color: #FB108B; }
span { border-color: rgb(251,16,139); }
td.TdClassName
{
border-color: #FB108B;
}
.TagClassName
{
border-color: #FB108B;
}
</style>