Shades of Deep Pink #FB1283
Tints of Deep Pink #FB1283
RGB
CMYK
RGB Variations
Color information
#FB1283 (or 0xFB1283) is known color: Deep Pink. HEX triplet: FB, 12 and 83. RGB value is (251,18,131). Sum of RGB (Red+Green+Blue) = 251+18+131=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1283 is #04ED7C. Grayscale: #646464. Windows color (decimal): -322941 or 8590075. OLE color: 8590075.
HSL color Cylindrical-coordinate representation of color #FB1283: hue angle of 330.9º 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 #FB1283 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 131 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.02 |
| HSL | 330.9º | 0.97% | 0.53% | - |
| HSV(B) | 330.9º | 0.93% | 0.98% | - |
| XYZ | 44.1 | 22.58 | 23.51 | - |
| YUV | 100.55 | 145.19 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 131 | 0 | 0.93 | 0.48 | 0.02 | 330.9 | 0.97 | 0.53 |
| Hex | FB | 12 | 83 | 0 | 5D | 30 | 2 | 14B | 61 | 35 |
| Octal | 373 | 22 | 203 | 0 | 135 | 60 | 2 | 513 | 141 | 65 |
| Binary | 11111011 | 10010 | 10000011 | 0 | 1011101 | 110000 | 10 | 101001011 | 1100001 | 110101 |
Color Harmonies of #FB1283
Complementary color
Monochromatic Colors of #FB1283
Black with #FB1283
Text Example
Text Example
White with #FB1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1283; }
p { color: rgb(251,18,131); }
H1.HeaderClassName
{
color: #FB1283;
}
.AnyTagClassName
{
color: #FB1283;
}
</style>
background-color css
<style>
a { background-color: #FB1283; }
a { background-color: rgb(251,18,131); }
div.DivClassName
{
background-color: #FB1283;
}
.BgClassName
{
background-color: #FB1283;
}
</style>
border-color css
<style>
span { border-color: #FB1283; }
span { border-color: rgb(251,18,131); }
td.TdClassName
{
border-color: #FB1283;
}
.TagClassName
{
border-color: #FB1283;
}
</style>