Shades of Deep Pink #FB2193
Tints of Deep Pink #FB2193
RGB
CMYK
RGB Variations
Color information
#FB2193 (or 0xFB2193) is known color: Deep Pink. HEX triplet: FB, 21 and 93. RGB value is (251,33,147). Sum of RGB (Red+Green+Blue) = 251+33+147=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2193 is #04DE6C. Grayscale: #6E6E6E. Windows color (decimal): -319085 or 9642491. OLE color: 9642491.
HSL color Cylindrical-coordinate representation of color #FB2193: hue angle of 328.62º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2193 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 147 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.02 |
| HSL | 328.62º | 0.96% | 0.56% | - |
| HSV(B) | 328.62º | 0.87% | 0.98% | - |
| XYZ | 45.59 | 23.7 | 29.78 | - |
| YUV | 111.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 147 | 0 | 0.87 | 0.41 | 0.02 | 328.62 | 0.96 | 0.56 |
| Hex | FB | 21 | 93 | 0 | 57 | 29 | 2 | 149 | 60 | 38 |
| Octal | 373 | 41 | 223 | 0 | 127 | 51 | 2 | 511 | 140 | 70 |
| Binary | 11111011 | 100001 | 10010011 | 0 | 1010111 | 101001 | 10 | 101001001 | 1100000 | 111000 |
Color Harmonies of #FB2193
Complementary color
Monochromatic Colors of #FB2193
Black with #FB2193
Text Example
Text Example
White with #FB2193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2193; }
p { color: rgb(251,33,147); }
H1.HeaderClassName
{
color: #FB2193;
}
.AnyTagClassName
{
color: #FB2193;
}
</style>
background-color css
<style>
a { background-color: #FB2193; }
a { background-color: rgb(251,33,147); }
div.DivClassName
{
background-color: #FB2193;
}
.BgClassName
{
background-color: #FB2193;
}
</style>
border-color css
<style>
span { border-color: #FB2193; }
span { border-color: rgb(251,33,147); }
td.TdClassName
{
border-color: #FB2193;
}
.TagClassName
{
border-color: #FB2193;
}
</style>