Shades of Deep Pink #FB118E
Tints of Deep Pink #FB118E
RGB
CMYK
RGB Variations
Color information
#FB118E (or 0xFB118E) is known color: Deep Pink. HEX triplet: FB, 11 and 8E. RGB value is (251,17,142). Sum of RGB (Red+Green+Blue) = 251+17+142=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB118E is #04EE71. Grayscale: #646464. Windows color (decimal): -323186 or 9310715. OLE color: 9310715.
HSL color Cylindrical-coordinate representation of color #FB118E: hue angle of 327.95º 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 #FB118E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 142 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.02 |
| HSL | 327.95º | 0.97% | 0.53% | - |
| HSV(B) | 327.95º | 0.93% | 0.98% | - |
| XYZ | 44.87 | 22.86 | 27.64 | - |
| YUV | 101.22 | 151.02 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 142 | 0 | 0.93 | 0.43 | 0.02 | 327.95 | 0.97 | 0.53 |
| Hex | FB | 11 | 8E | 0 | 5D | 2B | 2 | 148 | 61 | 35 |
| Octal | 373 | 21 | 216 | 0 | 135 | 53 | 2 | 510 | 141 | 65 |
| Binary | 11111011 | 10001 | 10001110 | 0 | 1011101 | 101011 | 10 | 101001000 | 1100001 | 110101 |
Color Harmonies of #FB118E
Complementary color
Monochromatic Colors of #FB118E
Black with #FB118E
Text Example
Text Example
White with #FB118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB118E; }
p { color: rgb(251,17,142); }
H1.HeaderClassName
{
color: #FB118E;
}
.AnyTagClassName
{
color: #FB118E;
}
</style>
background-color css
<style>
a { background-color: #FB118E; }
a { background-color: rgb(251,17,142); }
div.DivClassName
{
background-color: #FB118E;
}
.BgClassName
{
background-color: #FB118E;
}
</style>
border-color css
<style>
span { border-color: #FB118E; }
span { border-color: rgb(251,17,142); }
td.TdClassName
{
border-color: #FB118E;
}
.TagClassName
{
border-color: #FB118E;
}
</style>