Shades of Deep Pink #FB167C
Tints of Deep Pink #FB167C
RGB
CMYK
RGB Variations
Color information
#FB167C (or 0xFB167C) is known color: Deep Pink. HEX triplet: FB, 16 and 7C. RGB value is (251,22,124). Sum of RGB (Red+Green+Blue) = 251+22+124=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB167C is #04E983. Grayscale: #656565. Windows color (decimal): -321924 or 8132347. OLE color: 8132347.
HSL color Cylindrical-coordinate representation of color #FB167C: hue angle of 333.28º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB167C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.02 |
| HSL | 333.28º | 0.97% | 0.54% | - |
| HSV(B) | 333.28º | 0.91% | 0.98% | - |
| XYZ | 43.71 | 22.54 | 21.12 | - |
| YUV | 102.1 | 140.37 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 124 | 0 | 0.91 | 0.51 | 0.02 | 333.28 | 0.97 | 0.54 |
| Hex | FB | 16 | 7C | 0 | 5B | 33 | 2 | 14D | 61 | 36 |
| Octal | 373 | 26 | 174 | 0 | 133 | 63 | 2 | 515 | 141 | 66 |
| Binary | 11111011 | 10110 | 1111100 | 0 | 1011011 | 110011 | 10 | 101001101 | 1100001 | 110110 |
Color Harmonies of #FB167C
Complementary color
Monochromatic Colors of #FB167C
Black with #FB167C
Text Example
Text Example
White with #FB167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB167C; }
p { color: rgb(251,22,124); }
H1.HeaderClassName
{
color: #FB167C;
}
.AnyTagClassName
{
color: #FB167C;
}
</style>
background-color css
<style>
a { background-color: #FB167C; }
a { background-color: rgb(251,22,124); }
div.DivClassName
{
background-color: #FB167C;
}
.BgClassName
{
background-color: #FB167C;
}
</style>
border-color css
<style>
span { border-color: #FB167C; }
span { border-color: rgb(251,22,124); }
td.TdClassName
{
border-color: #FB167C;
}
.TagClassName
{
border-color: #FB167C;
}
</style>