Shades of Deep Pink #FB1482
Tints of Deep Pink #FB1482
RGB
CMYK
RGB Variations
Color information
#FB1482 (or 0xFB1482) is known color: Deep Pink. HEX triplet: FB, 14 and 82. RGB value is (251,20,130). Sum of RGB (Red+Green+Blue) = 251+20+130=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1482 is #04EB7D. Grayscale: #656565. Windows color (decimal): -322430 or 8525051. OLE color: 8525051.
HSL color Cylindrical-coordinate representation of color #FB1482: hue angle of 331.43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1482 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.02 |
| HSL | 331.43º | 0.97% | 0.53% | - |
| HSV(B) | 331.43º | 0.92% | 0.98% | - |
| XYZ | 44.06 | 22.62 | 23.16 | - |
| YUV | 101.61 | 144.03 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 130 | 0 | 0.92 | 0.48 | 0.02 | 331.43 | 0.97 | 0.53 |
| Hex | FB | 14 | 82 | 0 | 5C | 30 | 2 | 14B | 61 | 35 |
| Octal | 373 | 24 | 202 | 0 | 134 | 60 | 2 | 513 | 141 | 65 |
| Binary | 11111011 | 10100 | 10000010 | 0 | 1011100 | 110000 | 10 | 101001011 | 1100001 | 110101 |
Color Harmonies of #FB1482
Complementary color
Monochromatic Colors of #FB1482
Black with #FB1482
Text Example
Text Example
White with #FB1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1482; }
p { color: rgb(251,20,130); }
H1.HeaderClassName
{
color: #FB1482;
}
.AnyTagClassName
{
color: #FB1482;
}
</style>
background-color css
<style>
a { background-color: #FB1482; }
a { background-color: rgb(251,20,130); }
div.DivClassName
{
background-color: #FB1482;
}
.BgClassName
{
background-color: #FB1482;
}
</style>
border-color css
<style>
span { border-color: #FB1482; }
span { border-color: rgb(251,20,130); }
td.TdClassName
{
border-color: #FB1482;
}
.TagClassName
{
border-color: #FB1482;
}
</style>