Shades of Deep Pink #FB1993
Tints of Deep Pink #FB1993
RGB
CMYK
RGB Variations
Color information
#FB1993 (or 0xFB1993) is known color: Deep Pink. HEX triplet: FB, 19 and 93. RGB value is (251,25,147). Sum of RGB (Red+Green+Blue) = 251+25+147=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1993 is #04E66C. Grayscale: #6A6A6A. Windows color (decimal): -321133 or 9640443. OLE color: 9640443.
HSL color Cylindrical-coordinate representation of color #FB1993: hue angle of 327.61º 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 #FB1993 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 147 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.02 |
| HSL | 327.61º | 0.97% | 0.54% | - |
| HSV(B) | 327.61º | 0.9% | 0.98% | - |
| XYZ | 45.4 | 23.31 | 29.71 | - |
| YUV | 106.48 | 150.87 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 147 | 0 | 0.90 | 0.41 | 0.02 | 327.61 | 0.97 | 0.54 |
| Hex | FB | 19 | 93 | 0 | 5A | 29 | 2 | 148 | 61 | 36 |
| Octal | 373 | 31 | 223 | 0 | 132 | 51 | 2 | 510 | 141 | 66 |
| Binary | 11111011 | 11001 | 10010011 | 0 | 1011010 | 101001 | 10 | 101001000 | 1100001 | 110110 |
Color Harmonies of #FB1993
Complementary color
Monochromatic Colors of #FB1993
Black with #FB1993
Text Example
Text Example
White with #FB1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1993; }
p { color: rgb(251,25,147); }
H1.HeaderClassName
{
color: #FB1993;
}
.AnyTagClassName
{
color: #FB1993;
}
</style>
background-color css
<style>
a { background-color: #FB1993; }
a { background-color: rgb(251,25,147); }
div.DivClassName
{
background-color: #FB1993;
}
.BgClassName
{
background-color: #FB1993;
}
</style>
border-color css
<style>
span { border-color: #FB1993; }
span { border-color: rgb(251,25,147); }
td.TdClassName
{
border-color: #FB1993;
}
.TagClassName
{
border-color: #FB1993;
}
</style>