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