Shades of Deep Pink #FB1081
Tints of Deep Pink #FB1081
RGB
CMYK
RGB Variations
Color information
#FB1081 (or 0xFB1081) is known color: Deep Pink. HEX triplet: FB, 10 and 81. RGB value is (251,16,129). Sum of RGB (Red+Green+Blue) = 251+16+129=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1081 is #04EF7E. Grayscale: #626262. Windows color (decimal): -323455 or 8458491. OLE color: 8458491.
HSL color Cylindrical-coordinate representation of color #FB1081: hue angle of 331.15º 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 #FB1081 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 129 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.02 |
| HSL | 331.15º | 0.97% | 0.52% | - |
| HSV(B) | 331.15º | 0.94% | 0.98% | - |
| XYZ | 43.93 | 22.46 | 22.79 | - |
| YUV | 99.15 | 144.86 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 129 | 0 | 0.94 | 0.49 | 0.02 | 331.15 | 0.97 | 0.52 |
| Hex | FB | 10 | 81 | 0 | 5E | 31 | 2 | 14B | 61 | 34 |
| Octal | 373 | 20 | 201 | 0 | 136 | 61 | 2 | 513 | 141 | 64 |
| Binary | 11111011 | 10000 | 10000001 | 0 | 1011110 | 110001 | 10 | 101001011 | 1100001 | 110100 |
Color Harmonies of #FB1081
Complementary color
Monochromatic Colors of #FB1081
Black with #FB1081
Text Example
Text Example
White with #FB1081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1081; }
p { color: rgb(251,16,129); }
H1.HeaderClassName
{
color: #FB1081;
}
.AnyTagClassName
{
color: #FB1081;
}
</style>
background-color css
<style>
a { background-color: #FB1081; }
a { background-color: rgb(251,16,129); }
div.DivClassName
{
background-color: #FB1081;
}
.BgClassName
{
background-color: #FB1081;
}
</style>
border-color css
<style>
span { border-color: #FB1081; }
span { border-color: rgb(251,16,129); }
td.TdClassName
{
border-color: #FB1081;
}
.TagClassName
{
border-color: #FB1081;
}
</style>