Shades of Deep Pink #FB1E8C
Tints of Deep Pink #FB1E8C
RGB
CMYK
RGB Variations
Color information
#FB1E8C (or 0xFB1E8C) is known color: Deep Pink. HEX triplet: FB, 1E and 8C. RGB value is (251,30,140). Sum of RGB (Red+Green+Blue) = 251+30+140=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1E8C is #04E173. Grayscale: #6C6C6C. Windows color (decimal): -319860 or 9182971. OLE color: 9182971.
HSL color Cylindrical-coordinate representation of color #FB1E8C: hue angle of 330.14º 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 #FB1E8C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 30 | 140 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.02 |
| HSL | 330.14º | 0.97% | 0.55% | - |
| HSV(B) | 330.14º | 0.88% | 0.98% | - |
| XYZ | 44.98 | 23.33 | 26.94 | - |
| YUV | 108.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 140 | 0 | 0.88 | 0.44 | 0.02 | 330.14 | 0.97 | 0.55 |
| Hex | FB | 1E | 8C | 0 | 58 | 2C | 2 | 14A | 61 | 37 |
| Octal | 373 | 36 | 214 | 0 | 130 | 54 | 2 | 512 | 141 | 67 |
| Binary | 11111011 | 11110 | 10001100 | 0 | 1011000 | 101100 | 10 | 101001010 | 1100001 | 110111 |
Color Harmonies of #FB1E8C
Complementary color
Monochromatic Colors of #FB1E8C
Black with #FB1E8C
Text Example
Text Example
White with #FB1E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1E8C; }
p { color: rgb(251,30,140); }
H1.HeaderClassName
{
color: #FB1E8C;
}
.AnyTagClassName
{
color: #FB1E8C;
}
</style>
background-color css
<style>
a { background-color: #FB1E8C; }
a { background-color: rgb(251,30,140); }
div.DivClassName
{
background-color: #FB1E8C;
}
.BgClassName
{
background-color: #FB1E8C;
}
</style>
border-color css
<style>
span { border-color: #FB1E8C; }
span { border-color: rgb(251,30,140); }
td.TdClassName
{
border-color: #FB1E8C;
}
.TagClassName
{
border-color: #FB1E8C;
}
</style>