Shades of Brink Pink #FA6C7B
Tints of Brink Pink #FA6C7B
RGB
CMYK
RGB Variations
Color information
#FA6C7B (or 0xFA6C7B) is known color: Brink Pink. HEX triplet: FA, 6C and 7B. RGB value is (250,108,123). Sum of RGB (Red+Green+Blue) = 250+108+123=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C7B is #059384. Grayscale: #989898. Windows color (decimal): -365445 or 8088826. OLE color: 8088826.
HSL color Cylindrical-coordinate representation of color #FA6C7B: hue angle of 353.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6C7B is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 123 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.02 |
| HSL | 353.66º | 0.93% | 0.7% | - |
| HSV(B) | 353.66º | 0.57% | 0.98% | - |
| XYZ | 48.36 | 32.48 | 22.46 | - |
| YUV | 152.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 123 | 0 | 0.57 | 0.51 | 0.02 | 353.66 | 0.93 | 0.7 |
| Hex | FA | 6C | 7B | 0 | 39 | 33 | 2 | 162 | 5D | 46 |
| Octal | 372 | 154 | 173 | 0 | 71 | 63 | 2 | 542 | 135 | 106 |
| Binary | 11111010 | 1101100 | 1111011 | 0 | 111001 | 110011 | 10 | 101100010 | 1011101 | 1000110 |
Color Harmonies of #FA6C7B
Complementary color
Monochromatic Colors of #FA6C7B
Black with #FA6C7B
Text Example
Text Example
White with #FA6C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C7B; }
p { color: rgb(250,108,123); }
H1.HeaderClassName
{
color: #FA6C7B;
}
.AnyTagClassName
{
color: #FA6C7B;
}
</style>
background-color css
<style>
a { background-color: #FA6C7B; }
a { background-color: rgb(250,108,123); }
div.DivClassName
{
background-color: #FA6C7B;
}
.BgClassName
{
background-color: #FA6C7B;
}
</style>
border-color css
<style>
span { border-color: #FA6C7B; }
span { border-color: rgb(250,108,123); }
td.TdClassName
{
border-color: #FA6C7B;
}
.TagClassName
{
border-color: #FA6C7B;
}
</style>