Shades of Deep Pink #FB1182
Tints of Deep Pink #FB1182
RGB
CMYK
RGB Variations
Color information
#FB1182 (or 0xFB1182) is known color: Deep Pink. HEX triplet: FB, 11 and 82. RGB value is (251,17,130). Sum of RGB (Red+Green+Blue) = 251+17+130=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1182 is #04EE7D. Grayscale: #636363. Windows color (decimal): -323198 or 8524283. OLE color: 8524283.
HSL color Cylindrical-coordinate representation of color #FB1182: hue angle of 331.03º 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 #FB1182 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.02 |
| HSL | 331.03º | 0.97% | 0.53% | - |
| HSV(B) | 331.03º | 0.93% | 0.98% | - |
| XYZ | 44.01 | 22.52 | 23.15 | - |
| YUV | 99.85 | 145.02 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 130 | 0 | 0.93 | 0.48 | 0.02 | 331.03 | 0.97 | 0.53 |
| Hex | FB | 11 | 82 | 0 | 5D | 30 | 2 | 14B | 61 | 35 |
| Octal | 373 | 21 | 202 | 0 | 135 | 60 | 2 | 513 | 141 | 65 |
| Binary | 11111011 | 10001 | 10000010 | 0 | 1011101 | 110000 | 10 | 101001011 | 1100001 | 110101 |
Color Harmonies of #FB1182
Complementary color
Monochromatic Colors of #FB1182
Black with #FB1182
Text Example
Text Example
White with #FB1182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1182; }
p { color: rgb(251,17,130); }
H1.HeaderClassName
{
color: #FB1182;
}
.AnyTagClassName
{
color: #FB1182;
}
</style>
background-color css
<style>
a { background-color: #FB1182; }
a { background-color: rgb(251,17,130); }
div.DivClassName
{
background-color: #FB1182;
}
.BgClassName
{
background-color: #FB1182;
}
</style>
border-color css
<style>
span { border-color: #FB1182; }
span { border-color: rgb(251,17,130); }
td.TdClassName
{
border-color: #FB1182;
}
.TagClassName
{
border-color: #FB1182;
}
</style>