Shades of Brink Pink #FB6192
Tints of Brink Pink #FB6192
RGB
CMYK
RGB Variations
Color information
#FB6192 (or 0xFB6192) is known color: Brink Pink. HEX triplet: FB, 61 and 92. RGB value is (251,97,146). Sum of RGB (Red+Green+Blue) = 251+97+146=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6192 is #049E6D. Grayscale: #949494. Windows color (decimal): -302702 or 9593339. OLE color: 9593339.
HSL color Cylindrical-coordinate representation of color #FB6192: hue angle of 340.91º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB6192 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 146 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.02 |
| HSL | 340.91º | 0.95% | 0.68% | - |
| HSV(B) | 340.91º | 0.61% | 0.98% | - |
| XYZ | 49.25 | 31.13 | 30.61 | - |
| YUV | 148.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 146 | 0 | 0.61 | 0.42 | 0.02 | 340.91 | 0.95 | 0.68 |
| Hex | FB | 61 | 92 | 0 | 3D | 2A | 2 | 155 | 5F | 44 |
| Octal | 373 | 141 | 222 | 0 | 75 | 52 | 2 | 525 | 137 | 104 |
| Binary | 11111011 | 1100001 | 10010010 | 0 | 111101 | 101010 | 10 | 101010101 | 1011111 | 1000100 |
Color Harmonies of #FB6192
Complementary color
Monochromatic Colors of #FB6192
Black with #FB6192
Text Example
Text Example
White with #FB6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6192; }
p { color: rgb(251,97,146); }
H1.HeaderClassName
{
color: #FB6192;
}
.AnyTagClassName
{
color: #FB6192;
}
</style>
background-color css
<style>
a { background-color: #FB6192; }
a { background-color: rgb(251,97,146); }
div.DivClassName
{
background-color: #FB6192;
}
.BgClassName
{
background-color: #FB6192;
}
</style>
border-color css
<style>
span { border-color: #FB6192; }
span { border-color: rgb(251,97,146); }
td.TdClassName
{
border-color: #FB6192;
}
.TagClassName
{
border-color: #FB6192;
}
</style>