Shades of Deep Pink #FB1883
Tints of Deep Pink #FB1883
RGB
CMYK
RGB Variations
Color information
#FB1883 (or 0xFB1883) is known color: Deep Pink. HEX triplet: FB, 18 and 83. RGB value is (251,24,131). Sum of RGB (Red+Green+Blue) = 251+24+131=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1883 is #04E77C. Grayscale: #676767. Windows color (decimal): -321405 or 8591611. OLE color: 8591611.
HSL color Cylindrical-coordinate representation of color #FB1883: hue angle of 331.72º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1883 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 131 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.02 |
| HSL | 331.72º | 0.97% | 0.54% | - |
| HSV(B) | 331.72º | 0.9% | 0.98% | - |
| XYZ | 44.21 | 22.8 | 23.54 | - |
| YUV | 104.07 | 143.21 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 131 | 0 | 0.90 | 0.48 | 0.02 | 331.72 | 0.97 | 0.54 |
| Hex | FB | 18 | 83 | 0 | 5A | 30 | 2 | 14C | 61 | 36 |
| Octal | 373 | 30 | 203 | 0 | 132 | 60 | 2 | 514 | 141 | 66 |
| Binary | 11111011 | 11000 | 10000011 | 0 | 1011010 | 110000 | 10 | 101001100 | 1100001 | 110110 |
Color Harmonies of #FB1883
Complementary color
Monochromatic Colors of #FB1883
Black with #FB1883
Text Example
Text Example
White with #FB1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1883; }
p { color: rgb(251,24,131); }
H1.HeaderClassName
{
color: #FB1883;
}
.AnyTagClassName
{
color: #FB1883;
}
</style>
background-color css
<style>
a { background-color: #FB1883; }
a { background-color: rgb(251,24,131); }
div.DivClassName
{
background-color: #FB1883;
}
.BgClassName
{
background-color: #FB1883;
}
</style>
border-color css
<style>
span { border-color: #FB1883; }
span { border-color: rgb(251,24,131); }
td.TdClassName
{
border-color: #FB1883;
}
.TagClassName
{
border-color: #FB1883;
}
</style>