Shades of Deep Pink #FB1C7B
Tints of Deep Pink #FB1C7B
RGB
CMYK
RGB Variations
Color information
#FB1C7B (or 0xFB1C7B) is known color: Deep Pink. HEX triplet: FB, 1C and 7B. RGB value is (251,28,123). Sum of RGB (Red+Green+Blue) = 251+28+123=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1C7B is #04E384. Grayscale: #696969. Windows color (decimal): -320389 or 8068347. OLE color: 8068347.
HSL color Cylindrical-coordinate representation of color #FB1C7B: hue angle of 334.44º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1C7B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 123 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.02 |
| HSL | 334.44º | 0.97% | 0.55% | - |
| HSV(B) | 334.44º | 0.89% | 0.98% | - |
| XYZ | 43.77 | 22.77 | 20.83 | - |
| YUV | 105.51 | 137.88 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 123 | 0 | 0.89 | 0.51 | 0.02 | 334.44 | 0.97 | 0.55 |
| Hex | FB | 1C | 7B | 0 | 59 | 33 | 2 | 14E | 61 | 37 |
| Octal | 373 | 34 | 173 | 0 | 131 | 63 | 2 | 516 | 141 | 67 |
| Binary | 11111011 | 11100 | 1111011 | 0 | 1011001 | 110011 | 10 | 101001110 | 1100001 | 110111 |
Color Harmonies of #FB1C7B
Complementary color
Monochromatic Colors of #FB1C7B
Black with #FB1C7B
Text Example
Text Example
White with #FB1C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C7B; }
p { color: rgb(251,28,123); }
H1.HeaderClassName
{
color: #FB1C7B;
}
.AnyTagClassName
{
color: #FB1C7B;
}
</style>
background-color css
<style>
a { background-color: #FB1C7B; }
a { background-color: rgb(251,28,123); }
div.DivClassName
{
background-color: #FB1C7B;
}
.BgClassName
{
background-color: #FB1C7B;
}
</style>
border-color css
<style>
span { border-color: #FB1C7B; }
span { border-color: rgb(251,28,123); }
td.TdClassName
{
border-color: #FB1C7B;
}
.TagClassName
{
border-color: #FB1C7B;
}
</style>