Shades of Brink Pink #FB6091
Tints of Brink Pink #FB6091
RGB
CMYK
RGB Variations
Color information
#FB6091 (or 0xFB6091) is known color: Brink Pink. HEX triplet: FB, 60 and 91. RGB value is (251,96,145). Sum of RGB (Red+Green+Blue) = 251+96+145=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6091 is #049F6E. Grayscale: #939393. Windows color (decimal): -302959 or 9527547. OLE color: 9527547.
HSL color Cylindrical-coordinate representation of color #FB6091: hue angle of 341.03º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB6091 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 145 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.02 |
| HSL | 341.03º | 0.95% | 0.68% | - |
| HSV(B) | 341.03º | 0.62% | 0.98% | - |
| XYZ | 49.08 | 30.92 | 30.17 | - |
| YUV | 147.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 145 | 0 | 0.62 | 0.42 | 0.02 | 341.03 | 0.95 | 0.68 |
| Hex | FB | 60 | 91 | 0 | 3E | 2A | 2 | 155 | 5F | 44 |
| Octal | 373 | 140 | 221 | 0 | 76 | 52 | 2 | 525 | 137 | 104 |
| Binary | 11111011 | 1100000 | 10010001 | 0 | 111110 | 101010 | 10 | 101010101 | 1011111 | 1000100 |
Color Harmonies of #FB6091
Complementary color
Monochromatic Colors of #FB6091
Black with #FB6091
Text Example
Text Example
White with #FB6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6091; }
p { color: rgb(251,96,145); }
H1.HeaderClassName
{
color: #FB6091;
}
.AnyTagClassName
{
color: #FB6091;
}
</style>
background-color css
<style>
a { background-color: #FB6091; }
a { background-color: rgb(251,96,145); }
div.DivClassName
{
background-color: #FB6091;
}
.BgClassName
{
background-color: #FB6091;
}
</style>
border-color css
<style>
span { border-color: #FB6091; }
span { border-color: rgb(251,96,145); }
td.TdClassName
{
border-color: #FB6091;
}
.TagClassName
{
border-color: #FB6091;
}
</style>