Shades of Deep Pink #FB119E
Tints of Deep Pink #FB119E
RGB
CMYK
RGB Variations
Color information
#FB119E (or 0xFB119E) is known color: Deep Pink. HEX triplet: FB, 11 and 9E. RGB value is (251,17,158). Sum of RGB (Red+Green+Blue) = 251+17+158=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB119E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB119E is #04EE61. Grayscale: #666666. Windows color (decimal): -323170 or 10359291. OLE color: 10359291.
HSL color Cylindrical-coordinate representation of color #FB119E: hue angle of 323.85º 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 #FB119E is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 158 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.02 |
| HSL | 323.85º | 0.97% | 0.53% | - |
| HSV(B) | 323.85º | 0.93% | 0.98% | - |
| XYZ | 46.16 | 23.38 | 34.43 | - |
| YUV | 103.04 | 159.02 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 158 | 0 | 0.93 | 0.37 | 0.02 | 323.85 | 0.97 | 0.53 |
| Hex | FB | 11 | 9E | 0 | 5D | 25 | 2 | 144 | 61 | 35 |
| Octal | 373 | 21 | 236 | 0 | 135 | 45 | 2 | 504 | 141 | 65 |
| Binary | 11111011 | 10001 | 10011110 | 0 | 1011101 | 100101 | 10 | 101000100 | 1100001 | 110101 |
Color Harmonies of #FB119E
Complementary color
Monochromatic Colors of #FB119E
Black with #FB119E
Text Example
Text Example
White with #FB119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB119E; }
p { color: rgb(251,17,158); }
H1.HeaderClassName
{
color: #FB119E;
}
.AnyTagClassName
{
color: #FB119E;
}
</style>
background-color css
<style>
a { background-color: #FB119E; }
a { background-color: rgb(251,17,158); }
div.DivClassName
{
background-color: #FB119E;
}
.BgClassName
{
background-color: #FB119E;
}
</style>
border-color css
<style>
span { border-color: #FB119E; }
span { border-color: rgb(251,17,158); }
td.TdClassName
{
border-color: #FB119E;
}
.TagClassName
{
border-color: #FB119E;
}
</style>