Shades of Deep Pink #FB1193
Tints of Deep Pink #FB1193
RGB
CMYK
RGB Variations
Color information
#FB1193 (or 0xFB1193) is known color: Deep Pink. HEX triplet: FB, 11 and 93. RGB value is (251,17,147). Sum of RGB (Red+Green+Blue) = 251+17+147=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1193 is #04EE6C. Grayscale: #656565. Windows color (decimal): -323181 or 9638395. OLE color: 9638395.
HSL color Cylindrical-coordinate representation of color #FB1193: hue angle of 326.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1193 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 147 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.02 |
| HSL | 326.67º | 0.97% | 0.53% | - |
| HSV(B) | 326.67º | 0.93% | 0.98% | - |
| XYZ | 45.25 | 23.02 | 29.66 | - |
| YUV | 101.79 | 153.52 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 147 | 0 | 0.93 | 0.41 | 0.02 | 326.67 | 0.97 | 0.53 |
| Hex | FB | 11 | 93 | 0 | 5D | 29 | 2 | 147 | 61 | 35 |
| Octal | 373 | 21 | 223 | 0 | 135 | 51 | 2 | 507 | 141 | 65 |
| Binary | 11111011 | 10001 | 10010011 | 0 | 1011101 | 101001 | 10 | 101000111 | 1100001 | 110101 |
Color Harmonies of #FB1193
Complementary color
Monochromatic Colors of #FB1193
Black with #FB1193
Text Example
Text Example
White with #FB1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1193; }
p { color: rgb(251,17,147); }
H1.HeaderClassName
{
color: #FB1193;
}
.AnyTagClassName
{
color: #FB1193;
}
</style>
background-color css
<style>
a { background-color: #FB1193; }
a { background-color: rgb(251,17,147); }
div.DivClassName
{
background-color: #FB1193;
}
.BgClassName
{
background-color: #FB1193;
}
</style>
border-color css
<style>
span { border-color: #FB1193; }
span { border-color: rgb(251,17,147); }
td.TdClassName
{
border-color: #FB1193;
}
.TagClassName
{
border-color: #FB1193;
}
</style>