Shades of Deep Pink #FB037B
Tints of Deep Pink #FB037B
RGB
CMYK
RGB Variations
Color information
#FB037B (or 0xFB037B) is known color: Deep Pink. HEX triplet: FB, 03 and 7B. RGB value is (251,3,123). Sum of RGB (Red+Green+Blue) = 251+3+123=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB037B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB037B is #04FC84. Grayscale: #5A5A5A. Windows color (decimal): -326789 or 8061947. OLE color: 8061947.
HSL color Cylindrical-coordinate representation of color #FB037B: hue angle of 330.97º 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 #FB037B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 123 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.02 |
| HSL | 330.97º | 0.98% | 0.5% | - |
| HSV(B) | 330.97º | 0.99% | 0.98% | - |
| XYZ | 43.39 | 22 | 20.7 | - |
| YUV | 90.83 | 146.16 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 123 | 0 | 0.99 | 0.51 | 0.02 | 330.97 | 0.98 | 0.5 |
| Hex | FB | 3 | 7B | 0 | 63 | 33 | 2 | 14B | 62 | 32 |
| Octal | 373 | 3 | 173 | 0 | 143 | 63 | 2 | 513 | 142 | 62 |
| Binary | 11111011 | 11 | 1111011 | 0 | 1100011 | 110011 | 10 | 101001011 | 1100010 | 110010 |
Color Harmonies of #FB037B
Complementary color
Monochromatic Colors of #FB037B
Black with #FB037B
Text Example
Text Example
White with #FB037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB037B; }
p { color: rgb(251,3,123); }
H1.HeaderClassName
{
color: #FB037B;
}
.AnyTagClassName
{
color: #FB037B;
}
</style>
background-color css
<style>
a { background-color: #FB037B; }
a { background-color: rgb(251,3,123); }
div.DivClassName
{
background-color: #FB037B;
}
.BgClassName
{
background-color: #FB037B;
}
</style>
border-color css
<style>
span { border-color: #FB037B; }
span { border-color: rgb(251,3,123); }
td.TdClassName
{
border-color: #FB037B;
}
.TagClassName
{
border-color: #FB037B;
}
</style>