Shades of Deep Pink #FB057B
Tints of Deep Pink #FB057B
RGB
CMYK
RGB Variations
Color information
#FB057B (or 0xFB057B) is known color: Deep Pink. HEX triplet: FB, 05 and 7B. RGB value is (251,5,123). Sum of RGB (Red+Green+Blue) = 251+5+123=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB057B is #04FA84. Grayscale: #5B5B5B. Windows color (decimal): -326277 or 8062459. OLE color: 8062459.
HSL color Cylindrical-coordinate representation of color #FB057B: hue angle of 331.22º 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 #FB057B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.02 |
| HSL | 331.22º | 0.97% | 0.5% | - |
| HSV(B) | 331.22º | 0.98% | 0.98% | - |
| XYZ | 43.41 | 22.05 | 20.71 | - |
| YUV | 92.01 | 145.5 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 123 | 0 | 0.98 | 0.51 | 0.02 | 331.22 | 0.97 | 0.5 |
| Hex | FB | 5 | 7B | 0 | 62 | 33 | 2 | 14B | 61 | 32 |
| Octal | 373 | 5 | 173 | 0 | 142 | 63 | 2 | 513 | 141 | 62 |
| Binary | 11111011 | 101 | 1111011 | 0 | 1100010 | 110011 | 10 | 101001011 | 1100001 | 110010 |
Color Harmonies of #FB057B
Complementary color
Monochromatic Colors of #FB057B
Black with #FB057B
Text Example
Text Example
White with #FB057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB057B; }
p { color: rgb(251,5,123); }
H1.HeaderClassName
{
color: #FB057B;
}
.AnyTagClassName
{
color: #FB057B;
}
</style>
background-color css
<style>
a { background-color: #FB057B; }
a { background-color: rgb(251,5,123); }
div.DivClassName
{
background-color: #FB057B;
}
.BgClassName
{
background-color: #FB057B;
}
</style>
border-color css
<style>
span { border-color: #FB057B; }
span { border-color: rgb(251,5,123); }
td.TdClassName
{
border-color: #FB057B;
}
.TagClassName
{
border-color: #FB057B;
}
</style>