Shades of Brink Pink #FA687D
Tints of Brink Pink #FA687D
RGB
CMYK
RGB Variations
Color information
#FA687D (or 0xFA687D) is known color: Brink Pink. HEX triplet: FA, 68 and 7D. RGB value is (250,104,125). Sum of RGB (Red+Green+Blue) = 250+104+125=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA687D is #059782. Grayscale: #969696. Windows color (decimal): -366467 or 8218874. OLE color: 8218874.
HSL color Cylindrical-coordinate representation of color #FA687D: hue angle of 351.37º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA687D is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 125 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.02 |
| HSL | 351.37º | 0.94% | 0.69% | - |
| HSV(B) | 351.37º | 0.58% | 0.98% | - |
| XYZ | 48.08 | 31.71 | 22.99 | - |
| YUV | 150.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 125 | 0 | 0.58 | 0.50 | 0.02 | 351.37 | 0.94 | 0.69 |
| Hex | FA | 68 | 7D | 0 | 3A | 32 | 2 | 15F | 5E | 45 |
| Octal | 372 | 150 | 175 | 0 | 72 | 62 | 2 | 537 | 136 | 105 |
| Binary | 11111010 | 1101000 | 1111101 | 0 | 111010 | 110010 | 10 | 101011111 | 1011110 | 1000101 |
Color Harmonies of #FA687D
Complementary color
Monochromatic Colors of #FA687D
Black with #FA687D
Text Example
Text Example
White with #FA687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA687D; }
p { color: rgb(250,104,125); }
H1.HeaderClassName
{
color: #FA687D;
}
.AnyTagClassName
{
color: #FA687D;
}
</style>
background-color css
<style>
a { background-color: #FA687D; }
a { background-color: rgb(250,104,125); }
div.DivClassName
{
background-color: #FA687D;
}
.BgClassName
{
background-color: #FA687D;
}
</style>
border-color css
<style>
span { border-color: #FA687D; }
span { border-color: rgb(250,104,125); }
td.TdClassName
{
border-color: #FA687D;
}
.TagClassName
{
border-color: #FA687D;
}
</style>