Shades of Deep Pink #FB108C
Tints of Deep Pink #FB108C
RGB
CMYK
RGB Variations
Color information
#FB108C (or 0xFB108C) is known color: Deep Pink. HEX triplet: FB, 10 and 8C. RGB value is (251,16,140). Sum of RGB (Red+Green+Blue) = 251+16+140=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB108C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB108C is #04EF73. Grayscale: #646464. Windows color (decimal): -323444 or 9179387. OLE color: 9179387.
HSL color Cylindrical-coordinate representation of color #FB108C: hue angle of 328.34º 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 #FB108C is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 140 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.02 |
| HSL | 328.34º | 0.97% | 0.52% | - |
| HSV(B) | 328.34º | 0.94% | 0.98% | - |
| XYZ | 44.7 | 22.77 | 26.85 | - |
| YUV | 100.4 | 150.36 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 140 | 0 | 0.94 | 0.44 | 0.02 | 328.34 | 0.97 | 0.52 |
| Hex | FB | 10 | 8C | 0 | 5E | 2C | 2 | 148 | 61 | 34 |
| Octal | 373 | 20 | 214 | 0 | 136 | 54 | 2 | 510 | 141 | 64 |
| Binary | 11111011 | 10000 | 10001100 | 0 | 1011110 | 101100 | 10 | 101001000 | 1100001 | 110100 |
Color Harmonies of #FB108C
Complementary color
Monochromatic Colors of #FB108C
Black with #FB108C
Text Example
Text Example
White with #FB108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB108C; }
p { color: rgb(251,16,140); }
H1.HeaderClassName
{
color: #FB108C;
}
.AnyTagClassName
{
color: #FB108C;
}
</style>
background-color css
<style>
a { background-color: #FB108C; }
a { background-color: rgb(251,16,140); }
div.DivClassName
{
background-color: #FB108C;
}
.BgClassName
{
background-color: #FB108C;
}
</style>
border-color css
<style>
span { border-color: #FB108C; }
span { border-color: rgb(251,16,140); }
td.TdClassName
{
border-color: #FB108C;
}
.TagClassName
{
border-color: #FB108C;
}
</style>