Shades of Deep Pink #FB147B
Tints of Deep Pink #FB147B
RGB
CMYK
RGB Variations
Color information
#FB147B (or 0xFB147B) is known color: Deep Pink. HEX triplet: FB, 14 and 7B. RGB value is (251,20,123). Sum of RGB (Red+Green+Blue) = 251+20+123=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB147B is #04EB84. Grayscale: #646464. Windows color (decimal): -322437 or 8066299. OLE color: 8066299.
HSL color Cylindrical-coordinate representation of color #FB147B: hue angle of 333.25º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB147B is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 123 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.02 |
| HSL | 333.25º | 0.97% | 0.53% | - |
| HSV(B) | 333.25º | 0.92% | 0.98% | - |
| XYZ | 43.61 | 22.44 | 20.77 | - |
| YUV | 100.81 | 140.53 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 123 | 0 | 0.92 | 0.51 | 0.02 | 333.25 | 0.97 | 0.53 |
| Hex | FB | 14 | 7B | 0 | 5C | 33 | 2 | 14D | 61 | 35 |
| Octal | 373 | 24 | 173 | 0 | 134 | 63 | 2 | 515 | 141 | 65 |
| Binary | 11111011 | 10100 | 1111011 | 0 | 1011100 | 110011 | 10 | 101001101 | 1100001 | 110101 |
Color Harmonies of #FB147B
Complementary color
Monochromatic Colors of #FB147B
Black with #FB147B
Text Example
Text Example
White with #FB147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB147B; }
p { color: rgb(251,20,123); }
H1.HeaderClassName
{
color: #FB147B;
}
.AnyTagClassName
{
color: #FB147B;
}
</style>
background-color css
<style>
a { background-color: #FB147B; }
a { background-color: rgb(251,20,123); }
div.DivClassName
{
background-color: #FB147B;
}
.BgClassName
{
background-color: #FB147B;
}
</style>
border-color css
<style>
span { border-color: #FB147B; }
span { border-color: rgb(251,20,123); }
td.TdClassName
{
border-color: #FB147B;
}
.TagClassName
{
border-color: #FB147B;
}
</style>