Shades of Brink Pink #FB687A
Tints of Brink Pink #FB687A
RGB
CMYK
RGB Variations
Color information
#FB687A (or 0xFB687A) is known color: Brink Pink. HEX triplet: FB, 68 and 7A. RGB value is (251,104,122). Sum of RGB (Red+Green+Blue) = 251+104+122=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB687A is #049785. Grayscale: #969696. Windows color (decimal): -300934 or 8022267. OLE color: 8022267.
HSL color Cylindrical-coordinate representation of color #FB687A: hue angle of 352.65º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB687A is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 122 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.02 |
| HSL | 352.65º | 0.95% | 0.7% | - |
| HSV(B) | 352.65º | 0.59% | 0.98% | - |
| XYZ | 48.25 | 31.82 | 22.01 | - |
| YUV | 150.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 122 | 0 | 0.59 | 0.51 | 0.02 | 352.65 | 0.95 | 0.7 |
| Hex | FB | 68 | 7A | 0 | 3B | 33 | 2 | 161 | 5F | 46 |
| Octal | 373 | 150 | 172 | 0 | 73 | 63 | 2 | 541 | 137 | 106 |
| Binary | 11111011 | 1101000 | 1111010 | 0 | 111011 | 110011 | 10 | 101100001 | 1011111 | 1000110 |
Color Harmonies of #FB687A
Complementary color
Monochromatic Colors of #FB687A
Black with #FB687A
Text Example
Text Example
White with #FB687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB687A; }
p { color: rgb(251,104,122); }
H1.HeaderClassName
{
color: #FB687A;
}
.AnyTagClassName
{
color: #FB687A;
}
</style>
background-color css
<style>
a { background-color: #FB687A; }
a { background-color: rgb(251,104,122); }
div.DivClassName
{
background-color: #FB687A;
}
.BgClassName
{
background-color: #FB687A;
}
</style>
border-color css
<style>
span { border-color: #FB687A; }
span { border-color: rgb(251,104,122); }
td.TdClassName
{
border-color: #FB687A;
}
.TagClassName
{
border-color: #FB687A;
}
</style>