Shades of Deep Pink #FB1287
Tints of Deep Pink #FB1287
RGB
CMYK
RGB Variations
Color information
#FB1287 (or 0xFB1287) is known color: Deep Pink. HEX triplet: FB, 12 and 87. RGB value is (251,18,135). Sum of RGB (Red+Green+Blue) = 251+18+135=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1287 is #04ED78. Grayscale: #646464. Windows color (decimal): -322937 or 8852219. OLE color: 8852219.
HSL color Cylindrical-coordinate representation of color #FB1287: hue angle of 329.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 #FB1287 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 135 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.02 |
| HSL | 329.87º | 0.97% | 0.53% | - |
| HSV(B) | 329.87º | 0.93% | 0.98% | - |
| XYZ | 44.37 | 22.69 | 24.96 | - |
| YUV | 101.01 | 147.19 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 135 | 0 | 0.93 | 0.46 | 0.02 | 329.87 | 0.97 | 0.53 |
| Hex | FB | 12 | 87 | 0 | 5D | 2E | 2 | 14A | 61 | 35 |
| Octal | 373 | 22 | 207 | 0 | 135 | 56 | 2 | 512 | 141 | 65 |
| Binary | 11111011 | 10010 | 10000111 | 0 | 1011101 | 101110 | 10 | 101001010 | 1100001 | 110101 |
Color Harmonies of #FB1287
Complementary color
Monochromatic Colors of #FB1287
Black with #FB1287
Text Example
Text Example
White with #FB1287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1287; }
p { color: rgb(251,18,135); }
H1.HeaderClassName
{
color: #FB1287;
}
.AnyTagClassName
{
color: #FB1287;
}
</style>
background-color css
<style>
a { background-color: #FB1287; }
a { background-color: rgb(251,18,135); }
div.DivClassName
{
background-color: #FB1287;
}
.BgClassName
{
background-color: #FB1287;
}
</style>
border-color css
<style>
span { border-color: #FB1287; }
span { border-color: rgb(251,18,135); }
td.TdClassName
{
border-color: #FB1287;
}
.TagClassName
{
border-color: #FB1287;
}
</style>