Shades of Deep Pink #FB1E7A
Tints of Deep Pink #FB1E7A
RGB
CMYK
RGB Variations
Color information
#FB1E7A (or 0xFB1E7A) is known color: Deep Pink. HEX triplet: FB, 1E and 7A. RGB value is (251,30,122). Sum of RGB (Red+Green+Blue) = 251+30+122=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1E7A is #04E185. Grayscale: #6A6A6A. Windows color (decimal): -319878 or 8003323. OLE color: 8003323.
HSL color Cylindrical-coordinate representation of color #FB1E7A: hue angle of 335.02º 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 #FB1E7A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 122 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.02 |
| HSL | 335.02º | 0.97% | 0.55% | - |
| HSV(B) | 335.02º | 0.88% | 0.98% | - |
| XYZ | 43.76 | 22.84 | 20.52 | - |
| YUV | 106.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 122 | 0 | 0.88 | 0.51 | 0.02 | 335.02 | 0.97 | 0.55 |
| Hex | FB | 1E | 7A | 0 | 58 | 33 | 2 | 14F | 61 | 37 |
| Octal | 373 | 36 | 172 | 0 | 130 | 63 | 2 | 517 | 141 | 67 |
| Binary | 11111011 | 11110 | 1111010 | 0 | 1011000 | 110011 | 10 | 101001111 | 1100001 | 110111 |
Color Harmonies of #FB1E7A
Complementary color
Monochromatic Colors of #FB1E7A
Black with #FB1E7A
Text Example
Text Example
White with #FB1E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E7A; }
p { color: rgb(251,30,122); }
H1.HeaderClassName
{
color: #FB1E7A;
}
.AnyTagClassName
{
color: #FB1E7A;
}
</style>
background-color css
<style>
a { background-color: #FB1E7A; }
a { background-color: rgb(251,30,122); }
div.DivClassName
{
background-color: #FB1E7A;
}
.BgClassName
{
background-color: #FB1E7A;
}
</style>
border-color css
<style>
span { border-color: #FB1E7A; }
span { border-color: rgb(251,30,122); }
td.TdClassName
{
border-color: #FB1E7A;
}
.TagClassName
{
border-color: #FB1E7A;
}
</style>