Shades of Brink Pink #FA6A7B
Tints of Brink Pink #FA6A7B
RGB
CMYK
RGB Variations
Color information
#FA6A7B (or 0xFA6A7B) is known color: Brink Pink. HEX triplet: FA, 6A and 7B. RGB value is (250,106,123). Sum of RGB (Red+Green+Blue) = 250+106+123=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A7B is #059584. Grayscale: #979797. Windows color (decimal): -365957 or 8088314. OLE color: 8088314.
HSL color Cylindrical-coordinate representation of color #FA6A7B: hue angle of 352.92º 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 #FA6A7B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 123 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.02 |
| HSL | 352.92º | 0.94% | 0.7% | - |
| HSV(B) | 352.92º | 0.58% | 0.98% | - |
| XYZ | 48.15 | 32.06 | 22.39 | - |
| YUV | 150.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 123 | 0 | 0.58 | 0.51 | 0.02 | 352.92 | 0.94 | 0.7 |
| Hex | FA | 6A | 7B | 0 | 3A | 33 | 2 | 161 | 5E | 46 |
| Octal | 372 | 152 | 173 | 0 | 72 | 63 | 2 | 541 | 136 | 106 |
| Binary | 11111010 | 1101010 | 1111011 | 0 | 111010 | 110011 | 10 | 101100001 | 1011110 | 1000110 |
Color Harmonies of #FA6A7B
Complementary color
Monochromatic Colors of #FA6A7B
Black with #FA6A7B
Text Example
Text Example
White with #FA6A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A7B; }
p { color: rgb(250,106,123); }
H1.HeaderClassName
{
color: #FA6A7B;
}
.AnyTagClassName
{
color: #FA6A7B;
}
</style>
background-color css
<style>
a { background-color: #FA6A7B; }
a { background-color: rgb(250,106,123); }
div.DivClassName
{
background-color: #FA6A7B;
}
.BgClassName
{
background-color: #FA6A7B;
}
</style>
border-color css
<style>
span { border-color: #FA6A7B; }
span { border-color: rgb(250,106,123); }
td.TdClassName
{
border-color: #FA6A7B;
}
.TagClassName
{
border-color: #FA6A7B;
}
</style>