Shades of Deep Pink #FB129D
Tints of Deep Pink #FB129D
RGB
CMYK
RGB Variations
Color information
#FB129D (or 0xFB129D) is known color: Deep Pink. HEX triplet: FB, 12 and 9D. RGB value is (251,18,157). Sum of RGB (Red+Green+Blue) = 251+18+157=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB129D is #04ED62. Grayscale: #676767. Windows color (decimal): -322915 or 10294011. OLE color: 10294011.
HSL color Cylindrical-coordinate representation of color #FB129D: hue angle of 324.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB129D is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 157 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.02 |
| HSL | 324.21º | 0.97% | 0.53% | - |
| HSV(B) | 324.21º | 0.93% | 0.98% | - |
| XYZ | 46.09 | 23.38 | 33.98 | - |
| YUV | 103.51 | 158.19 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 157 | 0 | 0.93 | 0.37 | 0.02 | 324.21 | 0.97 | 0.53 |
| Hex | FB | 12 | 9D | 0 | 5D | 25 | 2 | 144 | 61 | 35 |
| Octal | 373 | 22 | 235 | 0 | 135 | 45 | 2 | 504 | 141 | 65 |
| Binary | 11111011 | 10010 | 10011101 | 0 | 1011101 | 100101 | 10 | 101000100 | 1100001 | 110101 |
Color Harmonies of #FB129D
Complementary color
Monochromatic Colors of #FB129D
Black with #FB129D
Text Example
Text Example
White with #FB129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB129D; }
p { color: rgb(251,18,157); }
H1.HeaderClassName
{
color: #FB129D;
}
.AnyTagClassName
{
color: #FB129D;
}
</style>
background-color css
<style>
a { background-color: #FB129D; }
a { background-color: rgb(251,18,157); }
div.DivClassName
{
background-color: #FB129D;
}
.BgClassName
{
background-color: #FB129D;
}
</style>
border-color css
<style>
span { border-color: #FB129D; }
span { border-color: rgb(251,18,157); }
td.TdClassName
{
border-color: #FB129D;
}
.TagClassName
{
border-color: #FB129D;
}
</style>