Shades of Brink Pink #FB657A
Tints of Brink Pink #FB657A
RGB
CMYK
RGB Variations
Color information
#FB657A (or 0xFB657A) is known color: Brink Pink. HEX triplet: FB, 65 and 7A. RGB value is (251,101,122). Sum of RGB (Red+Green+Blue) = 251+101+122=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB657A is #049A85. Grayscale: #949494. Windows color (decimal): -301702 or 8021499. OLE color: 8021499.
HSL color Cylindrical-coordinate representation of color #FB657A: hue angle of 351.6º 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 #FB657A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 122 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.02 |
| HSL | 351.6º | 0.95% | 0.69% | - |
| HSV(B) | 351.6º | 0.6% | 0.98% | - |
| XYZ | 47.95 | 31.22 | 21.91 | - |
| YUV | 148.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 122 | 0 | 0.60 | 0.51 | 0.02 | 351.6 | 0.95 | 0.69 |
| Hex | FB | 65 | 7A | 0 | 3C | 33 | 2 | 160 | 5F | 45 |
| Octal | 373 | 145 | 172 | 0 | 74 | 63 | 2 | 540 | 137 | 105 |
| Binary | 11111011 | 1100101 | 1111010 | 0 | 111100 | 110011 | 10 | 101100000 | 1011111 | 1000101 |
Color Harmonies of #FB657A
Complementary color
Monochromatic Colors of #FB657A
Black with #FB657A
Text Example
Text Example
White with #FB657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB657A; }
p { color: rgb(251,101,122); }
H1.HeaderClassName
{
color: #FB657A;
}
.AnyTagClassName
{
color: #FB657A;
}
</style>
background-color css
<style>
a { background-color: #FB657A; }
a { background-color: rgb(251,101,122); }
div.DivClassName
{
background-color: #FB657A;
}
.BgClassName
{
background-color: #FB657A;
}
</style>
border-color css
<style>
span { border-color: #FB657A; }
span { border-color: rgb(251,101,122); }
td.TdClassName
{
border-color: #FB657A;
}
.TagClassName
{
border-color: #FB657A;
}
</style>