Shades of Deep Pink #FB0583
Tints of Deep Pink #FB0583
RGB
CMYK
RGB Variations
Color information
#FB0583 (or 0xFB0583) is known color: Deep Pink. HEX triplet: FB, 05 and 83. RGB value is (251,5,131). Sum of RGB (Red+Green+Blue) = 251+5+131=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0583 is #04FA7C. Grayscale: #5C5C5C. Windows color (decimal): -326269 or 8586747. OLE color: 8586747.
HSL color Cylindrical-coordinate representation of color #FB0583: hue angle of 329.27º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0583 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.02 |
| HSL | 329.27º | 0.97% | 0.5% | - |
| HSV(B) | 329.27º | 0.98% | 0.98% | - |
| XYZ | 43.93 | 22.26 | 23.45 | - |
| YUV | 92.92 | 149.5 | 240.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 131 | 0 | 0.98 | 0.48 | 0.02 | 329.27 | 0.97 | 0.5 |
| Hex | FB | 5 | 83 | 0 | 62 | 30 | 2 | 149 | 61 | 32 |
| Octal | 373 | 5 | 203 | 0 | 142 | 60 | 2 | 511 | 141 | 62 |
| Binary | 11111011 | 101 | 10000011 | 0 | 1100010 | 110000 | 10 | 101001001 | 1100001 | 110010 |
Color Harmonies of #FB0583
Complementary color
Monochromatic Colors of #FB0583
Black with #FB0583
Text Example
Text Example
White with #FB0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0583; }
p { color: rgb(251,5,131); }
H1.HeaderClassName
{
color: #FB0583;
}
.AnyTagClassName
{
color: #FB0583;
}
</style>
background-color css
<style>
a { background-color: #FB0583; }
a { background-color: rgb(251,5,131); }
div.DivClassName
{
background-color: #FB0583;
}
.BgClassName
{
background-color: #FB0583;
}
</style>
border-color css
<style>
span { border-color: #FB0583; }
span { border-color: rgb(251,5,131); }
td.TdClassName
{
border-color: #FB0583;
}
.TagClassName
{
border-color: #FB0583;
}
</style>