Shades of Deep Pink #FB129F
Tints of Deep Pink #FB129F
RGB
CMYK
RGB Variations
Color information
#FB129F (or 0xFB129F) is known color: Deep Pink. HEX triplet: FB, 12 and 9F. RGB value is (251,18,159). Sum of RGB (Red+Green+Blue) = 251+18+159=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB129F is #04ED60. Grayscale: #676767. Windows color (decimal): -322913 or 10425083. OLE color: 10425083.
HSL color Cylindrical-coordinate representation of color #FB129F: hue angle of 323.69º 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 #FB129F is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 159 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.02 |
| HSL | 323.69º | 0.97% | 0.53% | - |
| HSV(B) | 323.69º | 0.93% | 0.98% | - |
| XYZ | 46.26 | 23.45 | 34.89 | - |
| YUV | 103.74 | 159.19 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 159 | 0 | 0.93 | 0.37 | 0.02 | 323.69 | 0.97 | 0.53 |
| Hex | FB | 12 | 9F | 0 | 5D | 25 | 2 | 144 | 61 | 35 |
| Octal | 373 | 22 | 237 | 0 | 135 | 45 | 2 | 504 | 141 | 65 |
| Binary | 11111011 | 10010 | 10011111 | 0 | 1011101 | 100101 | 10 | 101000100 | 1100001 | 110101 |
Color Harmonies of #FB129F
Complementary color
Monochromatic Colors of #FB129F
Black with #FB129F
Text Example
Text Example
White with #FB129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB129F; }
p { color: rgb(251,18,159); }
H1.HeaderClassName
{
color: #FB129F;
}
.AnyTagClassName
{
color: #FB129F;
}
</style>
background-color css
<style>
a { background-color: #FB129F; }
a { background-color: rgb(251,18,159); }
div.DivClassName
{
background-color: #FB129F;
}
.BgClassName
{
background-color: #FB129F;
}
</style>
border-color css
<style>
span { border-color: #FB129F; }
span { border-color: rgb(251,18,159); }
td.TdClassName
{
border-color: #FB129F;
}
.TagClassName
{
border-color: #FB129F;
}
</style>