Shades of Deep Pink #FB1893
Tints of Deep Pink #FB1893
RGB
CMYK
RGB Variations
Color information
#FB1893 (or 0xFB1893) is known color: Deep Pink. HEX triplet: FB, 18 and 93. RGB value is (251,24,147). Sum of RGB (Red+Green+Blue) = 251+24+147=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1893 is #04E76C. Grayscale: #696969. Windows color (decimal): -321389 or 9640187. OLE color: 9640187.
HSL color Cylindrical-coordinate representation of color #FB1893: hue angle of 327.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1893 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 147 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.02 |
| HSL | 327.49º | 0.97% | 0.54% | - |
| HSV(B) | 327.49º | 0.9% | 0.98% | - |
| XYZ | 45.38 | 23.27 | 29.7 | - |
| YUV | 105.9 | 151.21 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 147 | 0 | 0.90 | 0.41 | 0.02 | 327.49 | 0.97 | 0.54 |
| Hex | FB | 18 | 93 | 0 | 5A | 29 | 2 | 147 | 61 | 36 |
| Octal | 373 | 30 | 223 | 0 | 132 | 51 | 2 | 507 | 141 | 66 |
| Binary | 11111011 | 11000 | 10010011 | 0 | 1011010 | 101001 | 10 | 101000111 | 1100001 | 110110 |
Color Harmonies of #FB1893
Complementary color
Monochromatic Colors of #FB1893
Black with #FB1893
Text Example
Text Example
White with #FB1893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1893; }
p { color: rgb(251,24,147); }
H1.HeaderClassName
{
color: #FB1893;
}
.AnyTagClassName
{
color: #FB1893;
}
</style>
background-color css
<style>
a { background-color: #FB1893; }
a { background-color: rgb(251,24,147); }
div.DivClassName
{
background-color: #FB1893;
}
.BgClassName
{
background-color: #FB1893;
}
</style>
border-color css
<style>
span { border-color: #FB1893; }
span { border-color: rgb(251,24,147); }
td.TdClassName
{
border-color: #FB1893;
}
.TagClassName
{
border-color: #FB1893;
}
</style>