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