Shades of Deep Pink #FB107C
Tints of Deep Pink #FB107C
RGB
CMYK
RGB Variations
Color information
#FB107C (or 0xFB107C) is known color: Deep Pink. HEX triplet: FB, 10 and 7C. RGB value is (251,16,124). Sum of RGB (Red+Green+Blue) = 251+16+124=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB107C is #04EF83. Grayscale: #626262. Windows color (decimal): -323460 or 8130811. OLE color: 8130811.
HSL color Cylindrical-coordinate representation of color #FB107C: hue angle of 332.43º 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 #FB107C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 124 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.02 |
| HSL | 332.43º | 0.97% | 0.52% | - |
| HSV(B) | 332.43º | 0.94% | 0.98% | - |
| XYZ | 43.61 | 22.34 | 21.08 | - |
| YUV | 98.58 | 142.36 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 124 | 0 | 0.94 | 0.51 | 0.02 | 332.43 | 0.97 | 0.52 |
| Hex | FB | 10 | 7C | 0 | 5E | 33 | 2 | 14C | 61 | 34 |
| Octal | 373 | 20 | 174 | 0 | 136 | 63 | 2 | 514 | 141 | 64 |
| Binary | 11111011 | 10000 | 1111100 | 0 | 1011110 | 110011 | 10 | 101001100 | 1100001 | 110100 |
Color Harmonies of #FB107C
Complementary color
Monochromatic Colors of #FB107C
Black with #FB107C
Text Example
Text Example
White with #FB107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB107C; }
p { color: rgb(251,16,124); }
H1.HeaderClassName
{
color: #FB107C;
}
.AnyTagClassName
{
color: #FB107C;
}
</style>
background-color css
<style>
a { background-color: #FB107C; }
a { background-color: rgb(251,16,124); }
div.DivClassName
{
background-color: #FB107C;
}
.BgClassName
{
background-color: #FB107C;
}
</style>
border-color css
<style>
span { border-color: #FB107C; }
span { border-color: rgb(251,16,124); }
td.TdClassName
{
border-color: #FB107C;
}
.TagClassName
{
border-color: #FB107C;
}
</style>