Shades of Deep Pink #FB1B7A
Tints of Deep Pink #FB1B7A
RGB
CMYK
RGB Variations
Color information
#FB1B7A (or 0xFB1B7A) is known color: Deep Pink. HEX triplet: FB, 1B and 7A. RGB value is (251,27,122). Sum of RGB (Red+Green+Blue) = 251+27+122=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B7A is #04E485. Grayscale: #686868. Windows color (decimal): -320646 or 8002555. OLE color: 8002555.
HSL color Cylindrical-coordinate representation of color #FB1B7A: hue angle of 334.55º 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 #FB1B7A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 122 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.02 |
| HSL | 334.55º | 0.97% | 0.55% | - |
| HSV(B) | 334.55º | 0.89% | 0.98% | - |
| XYZ | 43.69 | 22.7 | 20.49 | - |
| YUV | 104.81 | 137.71 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 122 | 0 | 0.89 | 0.51 | 0.02 | 334.55 | 0.97 | 0.55 |
| Hex | FB | 1B | 7A | 0 | 59 | 33 | 2 | 14F | 61 | 37 |
| Octal | 373 | 33 | 172 | 0 | 131 | 63 | 2 | 517 | 141 | 67 |
| Binary | 11111011 | 11011 | 1111010 | 0 | 1011001 | 110011 | 10 | 101001111 | 1100001 | 110111 |
Color Harmonies of #FB1B7A
Complementary color
Monochromatic Colors of #FB1B7A
Black with #FB1B7A
Text Example
Text Example
White with #FB1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1B7A; }
p { color: rgb(251,27,122); }
H1.HeaderClassName
{
color: #FB1B7A;
}
.AnyTagClassName
{
color: #FB1B7A;
}
</style>
background-color css
<style>
a { background-color: #FB1B7A; }
a { background-color: rgb(251,27,122); }
div.DivClassName
{
background-color: #FB1B7A;
}
.BgClassName
{
background-color: #FB1B7A;
}
</style>
border-color css
<style>
span { border-color: #FB1B7A; }
span { border-color: rgb(251,27,122); }
td.TdClassName
{
border-color: #FB1B7A;
}
.TagClassName
{
border-color: #FB1B7A;
}
</style>