Shades of Deep Pink #FB107D
Tints of Deep Pink #FB107D
RGB
CMYK
RGB Variations
Color information
#FB107D (or 0xFB107D) is known color: Deep Pink. HEX triplet: FB, 10 and 7D. RGB value is (251,16,125). Sum of RGB (Red+Green+Blue) = 251+16+125=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB107D is #04EF82. Grayscale: #626262. Windows color (decimal): -323459 or 8196347. OLE color: 8196347.
HSL color Cylindrical-coordinate representation of color #FB107D: hue angle of 332.17º 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 #FB107D is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 125 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.02 |
| HSL | 332.17º | 0.97% | 0.52% | - |
| HSV(B) | 332.17º | 0.94% | 0.98% | - |
| XYZ | 43.67 | 22.36 | 21.42 | - |
| YUV | 98.69 | 142.86 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 125 | 0 | 0.94 | 0.50 | 0.02 | 332.17 | 0.97 | 0.52 |
| Hex | FB | 10 | 7D | 0 | 5E | 32 | 2 | 14C | 61 | 34 |
| Octal | 373 | 20 | 175 | 0 | 136 | 62 | 2 | 514 | 141 | 64 |
| Binary | 11111011 | 10000 | 1111101 | 0 | 1011110 | 110010 | 10 | 101001100 | 1100001 | 110100 |
Color Harmonies of #FB107D
Complementary color
Monochromatic Colors of #FB107D
Black with #FB107D
Text Example
Text Example
White with #FB107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB107D; }
p { color: rgb(251,16,125); }
H1.HeaderClassName
{
color: #FB107D;
}
.AnyTagClassName
{
color: #FB107D;
}
</style>
background-color css
<style>
a { background-color: #FB107D; }
a { background-color: rgb(251,16,125); }
div.DivClassName
{
background-color: #FB107D;
}
.BgClassName
{
background-color: #FB107D;
}
</style>
border-color css
<style>
span { border-color: #FB107D; }
span { border-color: rgb(251,16,125); }
td.TdClassName
{
border-color: #FB107D;
}
.TagClassName
{
border-color: #FB107D;
}
</style>