Shades of Deep Pink #FB149D
Tints of Deep Pink #FB149D
RGB
CMYK
RGB Variations
Color information
#FB149D (or 0xFB149D) is known color: Deep Pink. HEX triplet: FB, 14 and 9D. RGB value is (251,20,157). Sum of RGB (Red+Green+Blue) = 251+20+157=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB149D is #04EB62. Grayscale: #686868. Windows color (decimal): -322403 or 10294523. OLE color: 10294523.
HSL color Cylindrical-coordinate representation of color #FB149D: hue angle of 324.42º 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 #FB149D is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 157 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.02 |
| HSL | 324.42º | 0.97% | 0.53% | - |
| HSV(B) | 324.42º | 0.92% | 0.98% | - |
| XYZ | 46.12 | 23.44 | 33.99 | - |
| YUV | 104.69 | 157.53 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 157 | 0 | 0.92 | 0.37 | 0.02 | 324.42 | 0.97 | 0.53 |
| Hex | FB | 14 | 9D | 0 | 5C | 25 | 2 | 144 | 61 | 35 |
| Octal | 373 | 24 | 235 | 0 | 134 | 45 | 2 | 504 | 141 | 65 |
| Binary | 11111011 | 10100 | 10011101 | 0 | 1011100 | 100101 | 10 | 101000100 | 1100001 | 110101 |
Color Harmonies of #FB149D
Complementary color
Monochromatic Colors of #FB149D
Black with #FB149D
Text Example
Text Example
White with #FB149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB149D; }
p { color: rgb(251,20,157); }
H1.HeaderClassName
{
color: #FB149D;
}
.AnyTagClassName
{
color: #FB149D;
}
</style>
background-color css
<style>
a { background-color: #FB149D; }
a { background-color: rgb(251,20,157); }
div.DivClassName
{
background-color: #FB149D;
}
.BgClassName
{
background-color: #FB149D;
}
</style>
border-color css
<style>
span { border-color: #FB149D; }
span { border-color: rgb(251,20,157); }
td.TdClassName
{
border-color: #FB149D;
}
.TagClassName
{
border-color: #FB149D;
}
</style>