Shades of Brink Pink #FA697A
Tints of Brink Pink #FA697A
RGB
CMYK
RGB Variations
Color information
#FA697A (or 0xFA697A) is known color: Brink Pink. HEX triplet: FA, 69 and 7A. RGB value is (250,105,122). Sum of RGB (Red+Green+Blue) = 250+105+122=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA697A is #059685. Grayscale: #969696. Windows color (decimal): -366214 or 8022522. OLE color: 8022522.
HSL color Cylindrical-coordinate representation of color #FA697A: hue angle of 352.97º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA697A is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 122 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.02 |
| HSL | 352.97º | 0.94% | 0.7% | - |
| HSV(B) | 352.97º | 0.58% | 0.98% | - |
| XYZ | 47.99 | 31.83 | 22.03 | - |
| YUV | 150.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 122 | 0 | 0.58 | 0.51 | 0.02 | 352.97 | 0.94 | 0.7 |
| Hex | FA | 69 | 7A | 0 | 3A | 33 | 2 | 161 | 5E | 46 |
| Octal | 372 | 151 | 172 | 0 | 72 | 63 | 2 | 541 | 136 | 106 |
| Binary | 11111010 | 1101001 | 1111010 | 0 | 111010 | 110011 | 10 | 101100001 | 1011110 | 1000110 |
Color Harmonies of #FA697A
Complementary color
Monochromatic Colors of #FA697A
Black with #FA697A
Text Example
Text Example
White with #FA697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA697A; }
p { color: rgb(250,105,122); }
H1.HeaderClassName
{
color: #FA697A;
}
.AnyTagClassName
{
color: #FA697A;
}
</style>
background-color css
<style>
a { background-color: #FA697A; }
a { background-color: rgb(250,105,122); }
div.DivClassName
{
background-color: #FA697A;
}
.BgClassName
{
background-color: #FA697A;
}
</style>
border-color css
<style>
span { border-color: #FA697A; }
span { border-color: rgb(250,105,122); }
td.TdClassName
{
border-color: #FA697A;
}
.TagClassName
{
border-color: #FA697A;
}
</style>