Shades of Deep Pink #FB119A
Tints of Deep Pink #FB119A
RGB
CMYK
RGB Variations
Color information
#FB119A (or 0xFB119A) is known color: Deep Pink. HEX triplet: FB, 11 and 9A. RGB value is (251,17,154). Sum of RGB (Red+Green+Blue) = 251+17+154=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB119A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB119A is #04EE65. Grayscale: #666666. Windows color (decimal): -323174 or 10097147. OLE color: 10097147.
HSL color Cylindrical-coordinate representation of color #FB119A: hue angle of 324.87º 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 #FB119A is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 154 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.02 |
| HSL | 324.87º | 0.97% | 0.53% | - |
| HSV(B) | 324.87º | 0.93% | 0.98% | - |
| XYZ | 45.82 | 23.24 | 32.64 | - |
| YUV | 102.58 | 157.02 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 154 | 0 | 0.93 | 0.39 | 0.02 | 324.87 | 0.97 | 0.53 |
| Hex | FB | 11 | 9A | 0 | 5D | 27 | 2 | 145 | 61 | 35 |
| Octal | 373 | 21 | 232 | 0 | 135 | 47 | 2 | 505 | 141 | 65 |
| Binary | 11111011 | 10001 | 10011010 | 0 | 1011101 | 100111 | 10 | 101000101 | 1100001 | 110101 |
Color Harmonies of #FB119A
Complementary color
Monochromatic Colors of #FB119A
Black with #FB119A
Text Example
Text Example
White with #FB119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB119A; }
p { color: rgb(251,17,154); }
H1.HeaderClassName
{
color: #FB119A;
}
.AnyTagClassName
{
color: #FB119A;
}
</style>
background-color css
<style>
a { background-color: #FB119A; }
a { background-color: rgb(251,17,154); }
div.DivClassName
{
background-color: #FB119A;
}
.BgClassName
{
background-color: #FB119A;
}
</style>
border-color css
<style>
span { border-color: #FB119A; }
span { border-color: rgb(251,17,154); }
td.TdClassName
{
border-color: #FB119A;
}
.TagClassName
{
border-color: #FB119A;
}
</style>