Shades of Deep Pink #FB148E
Tints of Deep Pink #FB148E
RGB
CMYK
RGB Variations
Color information
#FB148E (or 0xFB148E) is known color: Deep Pink. HEX triplet: FB, 14 and 8E. RGB value is (251,20,142). Sum of RGB (Red+Green+Blue) = 251+20+142=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB148E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB148E is #04EB71. Grayscale: #666666. Windows color (decimal): -322418 or 9311483. OLE color: 9311483.
HSL color Cylindrical-coordinate representation of color #FB148E: hue angle of 328.31º 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 #FB148E is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 142 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.02 |
| HSL | 328.31º | 0.97% | 0.53% | - |
| HSV(B) | 328.31º | 0.92% | 0.98% | - |
| XYZ | 44.92 | 22.96 | 27.66 | - |
| YUV | 102.98 | 150.03 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 142 | 0 | 0.92 | 0.43 | 0.02 | 328.31 | 0.97 | 0.53 |
| Hex | FB | 14 | 8E | 0 | 5C | 2B | 2 | 148 | 61 | 35 |
| Octal | 373 | 24 | 216 | 0 | 134 | 53 | 2 | 510 | 141 | 65 |
| Binary | 11111011 | 10100 | 10001110 | 0 | 1011100 | 101011 | 10 | 101001000 | 1100001 | 110101 |
Color Harmonies of #FB148E
Complementary color
Monochromatic Colors of #FB148E
Black with #FB148E
Text Example
Text Example
White with #FB148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB148E; }
p { color: rgb(251,20,142); }
H1.HeaderClassName
{
color: #FB148E;
}
.AnyTagClassName
{
color: #FB148E;
}
</style>
background-color css
<style>
a { background-color: #FB148E; }
a { background-color: rgb(251,20,142); }
div.DivClassName
{
background-color: #FB148E;
}
.BgClassName
{
background-color: #FB148E;
}
</style>
border-color css
<style>
span { border-color: #FB148E; }
span { border-color: rgb(251,20,142); }
td.TdClassName
{
border-color: #FB148E;
}
.TagClassName
{
border-color: #FB148E;
}
</style>