Shades of Deep Pink #FB047F
Tints of Deep Pink #FB047F
RGB
CMYK
RGB Variations
Color information
#FB047F (or 0xFB047F) is known color: Deep Pink. HEX triplet: FB, 04 and 7F. RGB value is (251,4,127). Sum of RGB (Red+Green+Blue) = 251+4+127=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB047F is #04FB80. Grayscale: #5B5B5B. Windows color (decimal): -326529 or 8324347. OLE color: 8324347.
HSL color Cylindrical-coordinate representation of color #FB047F: hue angle of 330.12º 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 #FB047F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.02 |
| HSL | 330.12º | 0.97% | 0.5% | - |
| HSV(B) | 330.12º | 0.98% | 0.98% | - |
| XYZ | 43.66 | 22.13 | 22.05 | - |
| YUV | 91.88 | 147.83 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 127 | 0 | 0.98 | 0.49 | 0.02 | 330.12 | 0.97 | 0.5 |
| Hex | FB | 4 | 7F | 0 | 62 | 31 | 2 | 14A | 61 | 32 |
| Octal | 373 | 4 | 177 | 0 | 142 | 61 | 2 | 512 | 141 | 62 |
| Binary | 11111011 | 100 | 1111111 | 0 | 1100010 | 110001 | 10 | 101001010 | 1100001 | 110010 |
Color Harmonies of #FB047F
Complementary color
Monochromatic Colors of #FB047F
Black with #FB047F
Text Example
Text Example
White with #FB047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB047F; }
p { color: rgb(251,4,127); }
H1.HeaderClassName
{
color: #FB047F;
}
.AnyTagClassName
{
color: #FB047F;
}
</style>
background-color css
<style>
a { background-color: #FB047F; }
a { background-color: rgb(251,4,127); }
div.DivClassName
{
background-color: #FB047F;
}
.BgClassName
{
background-color: #FB047F;
}
</style>
border-color css
<style>
span { border-color: #FB047F; }
span { border-color: rgb(251,4,127); }
td.TdClassName
{
border-color: #FB047F;
}
.TagClassName
{
border-color: #FB047F;
}
</style>