Shades of Deep Pink #FB1E7E
Tints of Deep Pink #FB1E7E
RGB
CMYK
RGB Variations
Color information
#FB1E7E (or 0xFB1E7E) is known color: Deep Pink. HEX triplet: FB, 1E and 7E. RGB value is (251,30,126). Sum of RGB (Red+Green+Blue) = 251+30+126=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1E7E is #04E181. Grayscale: #6A6A6A. Windows color (decimal): -319874 or 8265467. OLE color: 8265467.
HSL color Cylindrical-coordinate representation of color #FB1E7E: hue angle of 333.94º 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 #FB1E7E is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 126 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.02 |
| HSL | 333.94º | 0.97% | 0.55% | - |
| HSV(B) | 333.94º | 0.88% | 0.98% | - |
| XYZ | 44.01 | 22.94 | 21.85 | - |
| YUV | 107.02 | 138.72 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 126 | 0 | 0.88 | 0.50 | 0.02 | 333.94 | 0.97 | 0.55 |
| Hex | FB | 1E | 7E | 0 | 58 | 32 | 2 | 14E | 61 | 37 |
| Octal | 373 | 36 | 176 | 0 | 130 | 62 | 2 | 516 | 141 | 67 |
| Binary | 11111011 | 11110 | 1111110 | 0 | 1011000 | 110010 | 10 | 101001110 | 1100001 | 110111 |
Color Harmonies of #FB1E7E
Complementary color
Monochromatic Colors of #FB1E7E
Black with #FB1E7E
Text Example
Text Example
White with #FB1E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E7E; }
p { color: rgb(251,30,126); }
H1.HeaderClassName
{
color: #FB1E7E;
}
.AnyTagClassName
{
color: #FB1E7E;
}
</style>
background-color css
<style>
a { background-color: #FB1E7E; }
a { background-color: rgb(251,30,126); }
div.DivClassName
{
background-color: #FB1E7E;
}
.BgClassName
{
background-color: #FB1E7E;
}
</style>
border-color css
<style>
span { border-color: #FB1E7E; }
span { border-color: rgb(251,30,126); }
td.TdClassName
{
border-color: #FB1E7E;
}
.TagClassName
{
border-color: #FB1E7E;
}
</style>