Shades of Deep Pink #FB1083
Tints of Deep Pink #FB1083
RGB
CMYK
RGB Variations
Color information
#FB1083 (or 0xFB1083) is known color: Deep Pink. HEX triplet: FB, 10 and 83. RGB value is (251,16,131). Sum of RGB (Red+Green+Blue) = 251+16+131=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1083 is #04EF7C. Grayscale: #636363. Windows color (decimal): -323453 or 8589563. OLE color: 8589563.
HSL color Cylindrical-coordinate representation of color #FB1083: hue angle of 330.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1083 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 131 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.02 |
| HSL | 330.64º | 0.97% | 0.52% | - |
| HSV(B) | 330.64º | 0.94% | 0.98% | - |
| XYZ | 44.07 | 22.52 | 23.5 | - |
| YUV | 99.38 | 145.86 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 131 | 0 | 0.94 | 0.48 | 0.02 | 330.64 | 0.97 | 0.52 |
| Hex | FB | 10 | 83 | 0 | 5E | 30 | 2 | 14B | 61 | 34 |
| Octal | 373 | 20 | 203 | 0 | 136 | 60 | 2 | 513 | 141 | 64 |
| Binary | 11111011 | 10000 | 10000011 | 0 | 1011110 | 110000 | 10 | 101001011 | 1100001 | 110100 |
Color Harmonies of #FB1083
Complementary color
Monochromatic Colors of #FB1083
Black with #FB1083
Text Example
Text Example
White with #FB1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1083; }
p { color: rgb(251,16,131); }
H1.HeaderClassName
{
color: #FB1083;
}
.AnyTagClassName
{
color: #FB1083;
}
</style>
background-color css
<style>
a { background-color: #FB1083; }
a { background-color: rgb(251,16,131); }
div.DivClassName
{
background-color: #FB1083;
}
.BgClassName
{
background-color: #FB1083;
}
</style>
border-color css
<style>
span { border-color: #FB1083; }
span { border-color: rgb(251,16,131); }
td.TdClassName
{
border-color: #FB1083;
}
.TagClassName
{
border-color: #FB1083;
}
</style>