Shades of Brink Pink #FB657D
Tints of Brink Pink #FB657D
RGB
CMYK
RGB Variations
Color information
#FB657D (or 0xFB657D) is known color: Brink Pink. HEX triplet: FB, 65 and 7D. RGB value is (251,101,125). Sum of RGB (Red+Green+Blue) = 251+101+125=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB657D is #049A82. Grayscale: #949494. Windows color (decimal): -301699 or 8218107. OLE color: 8218107.
HSL color Cylindrical-coordinate representation of color #FB657D: hue angle of 350.4º 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 #FB657D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 125 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.02 |
| HSL | 350.4º | 0.95% | 0.69% | - |
| HSV(B) | 350.4º | 0.6% | 0.98% | - |
| XYZ | 48.14 | 31.3 | 22.91 | - |
| YUV | 148.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 125 | 0 | 0.60 | 0.50 | 0.02 | 350.4 | 0.95 | 0.69 |
| Hex | FB | 65 | 7D | 0 | 3C | 32 | 2 | 15E | 5F | 45 |
| Octal | 373 | 145 | 175 | 0 | 74 | 62 | 2 | 536 | 137 | 105 |
| Binary | 11111011 | 1100101 | 1111101 | 0 | 111100 | 110010 | 10 | 101011110 | 1011111 | 1000101 |
Color Harmonies of #FB657D
Complementary color
Monochromatic Colors of #FB657D
Black with #FB657D
Text Example
Text Example
White with #FB657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB657D; }
p { color: rgb(251,101,125); }
H1.HeaderClassName
{
color: #FB657D;
}
.AnyTagClassName
{
color: #FB657D;
}
</style>
background-color css
<style>
a { background-color: #FB657D; }
a { background-color: rgb(251,101,125); }
div.DivClassName
{
background-color: #FB657D;
}
.BgClassName
{
background-color: #FB657D;
}
</style>
border-color css
<style>
span { border-color: #FB657D; }
span { border-color: rgb(251,101,125); }
td.TdClassName
{
border-color: #FB657D;
}
.TagClassName
{
border-color: #FB657D;
}
</style>