Shades of Deep Pink #FB1E7D
Tints of Deep Pink #FB1E7D
RGB
CMYK
RGB Variations
Color information
#FB1E7D (or 0xFB1E7D) is known color: Deep Pink. HEX triplet: FB, 1E and 7D. RGB value is (251,30,125). Sum of RGB (Red+Green+Blue) = 251+30+125=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1E7D is #04E182. Grayscale: #6A6A6A. Windows color (decimal): -319875 or 8199931. OLE color: 8199931.
HSL color Cylindrical-coordinate representation of color #FB1E7D: hue angle of 334.21º 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 #FB1E7D is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 125 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.02 |
| HSL | 334.21º | 0.97% | 0.55% | - |
| HSV(B) | 334.21º | 0.88% | 0.98% | - |
| XYZ | 43.95 | 22.92 | 21.51 | - |
| YUV | 106.91 | 138.22 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 125 | 0 | 0.88 | 0.50 | 0.02 | 334.21 | 0.97 | 0.55 |
| Hex | FB | 1E | 7D | 0 | 58 | 32 | 2 | 14E | 61 | 37 |
| Octal | 373 | 36 | 175 | 0 | 130 | 62 | 2 | 516 | 141 | 67 |
| Binary | 11111011 | 11110 | 1111101 | 0 | 1011000 | 110010 | 10 | 101001110 | 1100001 | 110111 |
Color Harmonies of #FB1E7D
Complementary color
Monochromatic Colors of #FB1E7D
Black with #FB1E7D
Text Example
Text Example
White with #FB1E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E7D; }
p { color: rgb(251,30,125); }
H1.HeaderClassName
{
color: #FB1E7D;
}
.AnyTagClassName
{
color: #FB1E7D;
}
</style>
background-color css
<style>
a { background-color: #FB1E7D; }
a { background-color: rgb(251,30,125); }
div.DivClassName
{
background-color: #FB1E7D;
}
.BgClassName
{
background-color: #FB1E7D;
}
</style>
border-color css
<style>
span { border-color: #FB1E7D; }
span { border-color: rgb(251,30,125); }
td.TdClassName
{
border-color: #FB1E7D;
}
.TagClassName
{
border-color: #FB1E7D;
}
</style>