Shades of Brink Pink #FB657C
Tints of Brink Pink #FB657C
RGB
CMYK
RGB Variations
Color information
#FB657C (or 0xFB657C) is known color: Brink Pink. HEX triplet: FB, 65 and 7C. RGB value is (251,101,124). Sum of RGB (Red+Green+Blue) = 251+101+124=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB657C is #049A83. Grayscale: #949494. Windows color (decimal): -301700 or 8152571. OLE color: 8152571.
HSL color Cylindrical-coordinate representation of color #FB657C: hue angle of 350.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 #FB657C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 124 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.02 |
| HSL | 350.8º | 0.95% | 0.69% | - |
| HSV(B) | 350.8º | 0.6% | 0.98% | - |
| XYZ | 48.08 | 31.27 | 22.57 | - |
| YUV | 148.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 124 | 0 | 0.60 | 0.51 | 0.02 | 350.8 | 0.95 | 0.69 |
| Hex | FB | 65 | 7C | 0 | 3C | 33 | 2 | 15F | 5F | 45 |
| Octal | 373 | 145 | 174 | 0 | 74 | 63 | 2 | 537 | 137 | 105 |
| Binary | 11111011 | 1100101 | 1111100 | 0 | 111100 | 110011 | 10 | 101011111 | 1011111 | 1000101 |
Color Harmonies of #FB657C
Complementary color
Monochromatic Colors of #FB657C
Black with #FB657C
Text Example
Text Example
White with #FB657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB657C; }
p { color: rgb(251,101,124); }
H1.HeaderClassName
{
color: #FB657C;
}
.AnyTagClassName
{
color: #FB657C;
}
</style>
background-color css
<style>
a { background-color: #FB657C; }
a { background-color: rgb(251,101,124); }
div.DivClassName
{
background-color: #FB657C;
}
.BgClassName
{
background-color: #FB657C;
}
</style>
border-color css
<style>
span { border-color: #FB657C; }
span { border-color: rgb(251,101,124); }
td.TdClassName
{
border-color: #FB657C;
}
.TagClassName
{
border-color: #FB657C;
}
</style>