Shades of Deep Pink #FB118F
Tints of Deep Pink #FB118F
RGB
CMYK
RGB Variations
Color information
#FB118F (or 0xFB118F) is known color: Deep Pink. HEX triplet: FB, 11 and 8F. RGB value is (251,17,143). Sum of RGB (Red+Green+Blue) = 251+17+143=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB118F is #04EE70. Grayscale: #656565. Windows color (decimal): -323185 or 9376251. OLE color: 9376251.
HSL color Cylindrical-coordinate representation of color #FB118F: hue angle of 327.69º 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 #FB118F is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 143 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.02 |
| HSL | 327.69º | 0.97% | 0.53% | - |
| HSV(B) | 327.69º | 0.93% | 0.98% | - |
| XYZ | 44.94 | 22.89 | 28.04 | - |
| YUV | 101.33 | 151.52 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 143 | 0 | 0.93 | 0.43 | 0.02 | 327.69 | 0.97 | 0.53 |
| Hex | FB | 11 | 8F | 0 | 5D | 2B | 2 | 148 | 61 | 35 |
| Octal | 373 | 21 | 217 | 0 | 135 | 53 | 2 | 510 | 141 | 65 |
| Binary | 11111011 | 10001 | 10001111 | 0 | 1011101 | 101011 | 10 | 101001000 | 1100001 | 110101 |
Color Harmonies of #FB118F
Complementary color
Monochromatic Colors of #FB118F
Black with #FB118F
Text Example
Text Example
White with #FB118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB118F; }
p { color: rgb(251,17,143); }
H1.HeaderClassName
{
color: #FB118F;
}
.AnyTagClassName
{
color: #FB118F;
}
</style>
background-color css
<style>
a { background-color: #FB118F; }
a { background-color: rgb(251,17,143); }
div.DivClassName
{
background-color: #FB118F;
}
.BgClassName
{
background-color: #FB118F;
}
</style>
border-color css
<style>
span { border-color: #FB118F; }
span { border-color: rgb(251,17,143); }
td.TdClassName
{
border-color: #FB118F;
}
.TagClassName
{
border-color: #FB118F;
}
</style>