Shades of Brink Pink #FB658B
Tints of Brink Pink #FB658B
RGB
CMYK
RGB Variations
Color information
#FB658B (or 0xFB658B) is known color: Brink Pink. HEX triplet: FB, 65 and 8B. RGB value is (251,101,139). Sum of RGB (Red+Green+Blue) = 251+101+139=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB658B is #049A74. Grayscale: #969696. Windows color (decimal): -301685 or 9135611. OLE color: 9135611.
HSL color Cylindrical-coordinate representation of color #FB658B: hue angle of 344.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB658B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 139 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.02 |
| HSL | 344.8º | 0.95% | 0.69% | - |
| HSV(B) | 344.8º | 0.6% | 0.98% | - |
| XYZ | 49.1 | 31.68 | 27.95 | - |
| YUV | 150.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 139 | 0 | 0.60 | 0.45 | 0.02 | 344.8 | 0.95 | 0.69 |
| Hex | FB | 65 | 8B | 0 | 3C | 2D | 2 | 159 | 5F | 45 |
| Octal | 373 | 145 | 213 | 0 | 74 | 55 | 2 | 531 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10001011 | 0 | 111100 | 101101 | 10 | 101011001 | 1011111 | 1000101 |
Color Harmonies of #FB658B
Complementary color
Monochromatic Colors of #FB658B
Black with #FB658B
Text Example
Text Example
White with #FB658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB658B; }
p { color: rgb(251,101,139); }
H1.HeaderClassName
{
color: #FB658B;
}
.AnyTagClassName
{
color: #FB658B;
}
</style>
background-color css
<style>
a { background-color: #FB658B; }
a { background-color: rgb(251,101,139); }
div.DivClassName
{
background-color: #FB658B;
}
.BgClassName
{
background-color: #FB658B;
}
</style>
border-color css
<style>
span { border-color: #FB658B; }
span { border-color: rgb(251,101,139); }
td.TdClassName
{
border-color: #FB658B;
}
.TagClassName
{
border-color: #FB658B;
}
</style>