Shades of Deep Pink #FB1B7D
Tints of Deep Pink #FB1B7D
RGB
CMYK
RGB Variations
Color information
#FB1B7D (or 0xFB1B7D) is known color: Deep Pink. HEX triplet: FB, 1B and 7D. RGB value is (251,27,125). Sum of RGB (Red+Green+Blue) = 251+27+125=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B7D is #04E482. Grayscale: #686868. Windows color (decimal): -320643 or 8199163. OLE color: 8199163.
HSL color Cylindrical-coordinate representation of color #FB1B7D: hue angle of 333.75º 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 #FB1B7D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 125 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.02 |
| HSL | 333.75º | 0.97% | 0.55% | - |
| HSV(B) | 333.75º | 0.89% | 0.98% | - |
| XYZ | 43.88 | 22.77 | 21.49 | - |
| YUV | 105.15 | 139.21 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 125 | 0 | 0.89 | 0.50 | 0.02 | 333.75 | 0.97 | 0.55 |
| Hex | FB | 1B | 7D | 0 | 59 | 32 | 2 | 14E | 61 | 37 |
| Octal | 373 | 33 | 175 | 0 | 131 | 62 | 2 | 516 | 141 | 67 |
| Binary | 11111011 | 11011 | 1111101 | 0 | 1011001 | 110010 | 10 | 101001110 | 1100001 | 110111 |
Color Harmonies of #FB1B7D
Complementary color
Monochromatic Colors of #FB1B7D
Black with #FB1B7D
Text Example
Text Example
White with #FB1B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1B7D; }
p { color: rgb(251,27,125); }
H1.HeaderClassName
{
color: #FB1B7D;
}
.AnyTagClassName
{
color: #FB1B7D;
}
</style>
background-color css
<style>
a { background-color: #FB1B7D; }
a { background-color: rgb(251,27,125); }
div.DivClassName
{
background-color: #FB1B7D;
}
.BgClassName
{
background-color: #FB1B7D;
}
</style>
border-color css
<style>
span { border-color: #FB1B7D; }
span { border-color: rgb(251,27,125); }
td.TdClassName
{
border-color: #FB1B7D;
}
.TagClassName
{
border-color: #FB1B7D;
}
</style>