Shades of Deep Pink #FB037C
Tints of Deep Pink #FB037C
RGB
CMYK
RGB Variations
Color information
#FB037C (or 0xFB037C) is known color: Deep Pink. HEX triplet: FB, 03 and 7C. RGB value is (251,3,124). Sum of RGB (Red+Green+Blue) = 251+3+124=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB037C is #04FC83. Grayscale: #5A5A5A. Windows color (decimal): -326788 or 8127483. OLE color: 8127483.
HSL color Cylindrical-coordinate representation of color #FB037C: hue angle of 330.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB037C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.02 |
| HSL | 330.73º | 0.98% | 0.5% | - |
| HSV(B) | 330.73º | 0.99% | 0.98% | - |
| XYZ | 43.45 | 22.03 | 21.03 | - |
| YUV | 90.95 | 146.66 | 242.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 124 | 0 | 0.99 | 0.51 | 0.02 | 330.73 | 0.98 | 0.5 |
| Hex | FB | 3 | 7C | 0 | 63 | 33 | 2 | 14B | 62 | 32 |
| Octal | 373 | 3 | 174 | 0 | 143 | 63 | 2 | 513 | 142 | 62 |
| Binary | 11111011 | 11 | 1111100 | 0 | 1100011 | 110011 | 10 | 101001011 | 1100010 | 110010 |
Color Harmonies of #FB037C
Complementary color
Monochromatic Colors of #FB037C
Black with #FB037C
Text Example
Text Example
White with #FB037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB037C; }
p { color: rgb(251,3,124); }
H1.HeaderClassName
{
color: #FB037C;
}
.AnyTagClassName
{
color: #FB037C;
}
</style>
background-color css
<style>
a { background-color: #FB037C; }
a { background-color: rgb(251,3,124); }
div.DivClassName
{
background-color: #FB037C;
}
.BgClassName
{
background-color: #FB037C;
}
</style>
border-color css
<style>
span { border-color: #FB037C; }
span { border-color: rgb(251,3,124); }
td.TdClassName
{
border-color: #FB037C;
}
.TagClassName
{
border-color: #FB037C;
}
</style>