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