Shades of Deep Pink #FB037D
Tints of Deep Pink #FB037D
RGB
CMYK
RGB Variations
Color information
#FB037D (or 0xFB037D) is known color: Deep Pink. HEX triplet: FB, 03 and 7D. RGB value is (251,3,125). Sum of RGB (Red+Green+Blue) = 251+3+125=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB037D is #04FC82. Grayscale: #5A5A5A. Windows color (decimal): -326787 or 8193019. OLE color: 8193019.
HSL color Cylindrical-coordinate representation of color #FB037D: hue angle of 330.48º 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 #FB037D is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.02 |
| HSL | 330.48º | 0.98% | 0.5% | - |
| HSV(B) | 330.48º | 0.99% | 0.98% | - |
| XYZ | 43.52 | 22.06 | 21.37 | - |
| YUV | 91.06 | 147.16 | 242.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 125 | 0 | 0.99 | 0.50 | 0.02 | 330.48 | 0.98 | 0.5 |
| Hex | FB | 3 | 7D | 0 | 63 | 32 | 2 | 14A | 62 | 32 |
| Octal | 373 | 3 | 175 | 0 | 143 | 62 | 2 | 512 | 142 | 62 |
| Binary | 11111011 | 11 | 1111101 | 0 | 1100011 | 110010 | 10 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FB037D
Complementary color
Monochromatic Colors of #FB037D
Black with #FB037D
Text Example
Text Example
White with #FB037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB037D; }
p { color: rgb(251,3,125); }
H1.HeaderClassName
{
color: #FB037D;
}
.AnyTagClassName
{
color: #FB037D;
}
</style>
background-color css
<style>
a { background-color: #FB037D; }
a { background-color: rgb(251,3,125); }
div.DivClassName
{
background-color: #FB037D;
}
.BgClassName
{
background-color: #FB037D;
}
</style>
border-color css
<style>
span { border-color: #FB037D; }
span { border-color: rgb(251,3,125); }
td.TdClassName
{
border-color: #FB037D;
}
.TagClassName
{
border-color: #FB037D;
}
</style>