Shades of Deep Pink #FB1E7B
Tints of Deep Pink #FB1E7B
RGB
CMYK
RGB Variations
Color information
#FB1E7B (or 0xFB1E7B) is known color: Deep Pink. HEX triplet: FB, 1E and 7B. RGB value is (251,30,123). Sum of RGB (Red+Green+Blue) = 251+30+123=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1E7B is #04E184. Grayscale: #6A6A6A. Windows color (decimal): -319877 or 8068859. OLE color: 8068859.
HSL color Cylindrical-coordinate representation of color #FB1E7B: hue angle of 334.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1E7B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 123 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.02 |
| HSL | 334.75º | 0.97% | 0.55% | - |
| HSV(B) | 334.75º | 0.88% | 0.98% | - |
| XYZ | 43.82 | 22.87 | 20.84 | - |
| YUV | 106.68 | 137.22 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 123 | 0 | 0.88 | 0.51 | 0.02 | 334.75 | 0.97 | 0.55 |
| Hex | FB | 1E | 7B | 0 | 58 | 33 | 2 | 14F | 61 | 37 |
| Octal | 373 | 36 | 173 | 0 | 130 | 63 | 2 | 517 | 141 | 67 |
| Binary | 11111011 | 11110 | 1111011 | 0 | 1011000 | 110011 | 10 | 101001111 | 1100001 | 110111 |
Color Harmonies of #FB1E7B
Complementary color
Monochromatic Colors of #FB1E7B
Black with #FB1E7B
Text Example
Text Example
White with #FB1E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E7B; }
p { color: rgb(251,30,123); }
H1.HeaderClassName
{
color: #FB1E7B;
}
.AnyTagClassName
{
color: #FB1E7B;
}
</style>
background-color css
<style>
a { background-color: #FB1E7B; }
a { background-color: rgb(251,30,123); }
div.DivClassName
{
background-color: #FB1E7B;
}
.BgClassName
{
background-color: #FB1E7B;
}
</style>
border-color css
<style>
span { border-color: #FB1E7B; }
span { border-color: rgb(251,30,123); }
td.TdClassName
{
border-color: #FB1E7B;
}
.TagClassName
{
border-color: #FB1E7B;
}
</style>