Shades of Deep Pink #FB0183
Tints of Deep Pink #FB0183
RGB
CMYK
RGB Variations
Color information
#FB0183 (or 0xFB0183) is known color: Deep Pink. HEX triplet: FB, 01 and 83. RGB value is (251,1,131). Sum of RGB (Red+Green+Blue) = 251+1+131=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0183 is #04FE7C. Grayscale: #5A5A5A. Windows color (decimal): -327293 or 8585723. OLE color: 8585723.
HSL color Cylindrical-coordinate representation of color #FB0183: hue angle of 328.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0183 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.02 |
| HSL | 328.8º | 0.99% | 0.49% | - |
| HSV(B) | 328.8º | 1% | 0.98% | - |
| XYZ | 43.89 | 22.17 | 23.44 | - |
| YUV | 90.57 | 150.83 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 131 | 0 | 1.00 | 0.48 | 0.02 | 328.8 | 0.99 | 0.49 |
| Hex | FB | 1 | 83 | 0 | 64 | 30 | 2 | 149 | 63 | 31 |
| Octal | 373 | 1 | 203 | 0 | 144 | 60 | 2 | 511 | 143 | 61 |
| Binary | 11111011 | 1 | 10000011 | 0 | 1100100 | 110000 | 10 | 101001001 | 1100011 | 110001 |
Color Harmonies of #FB0183
Complementary color
Monochromatic Colors of #FB0183
Black with #FB0183
Text Example
Text Example
White with #FB0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0183; }
p { color: rgb(251,1,131); }
H1.HeaderClassName
{
color: #FB0183;
}
.AnyTagClassName
{
color: #FB0183;
}
</style>
background-color css
<style>
a { background-color: #FB0183; }
a { background-color: rgb(251,1,131); }
div.DivClassName
{
background-color: #FB0183;
}
.BgClassName
{
background-color: #FB0183;
}
</style>
border-color css
<style>
span { border-color: #FB0183; }
span { border-color: rgb(251,1,131); }
td.TdClassName
{
border-color: #FB0183;
}
.TagClassName
{
border-color: #FB0183;
}
</style>