Shades of Brink Pink #FA6E7B
Tints of Brink Pink #FA6E7B
RGB
CMYK
RGB Variations
Color information
#FA6E7B (or 0xFA6E7B) is known color: Brink Pink. HEX triplet: FA, 6E and 7B. RGB value is (250,110,123). Sum of RGB (Red+Green+Blue) = 250+110+123=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6E7B is #059184. Grayscale: #999999. Windows color (decimal): -364933 or 8089338. OLE color: 8089338.
HSL color Cylindrical-coordinate representation of color #FA6E7B: hue angle of 354.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6E7B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 123 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.02 |
| HSL | 354.43º | 0.93% | 0.71% | - |
| HSV(B) | 354.43º | 0.56% | 0.98% | - |
| XYZ | 48.58 | 32.91 | 22.53 | - |
| YUV | 153.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 123 | 0 | 0.56 | 0.51 | 0.02 | 354.43 | 0.93 | 0.71 |
| Hex | FA | 6E | 7B | 0 | 38 | 33 | 2 | 162 | 5D | 47 |
| Octal | 372 | 156 | 173 | 0 | 70 | 63 | 2 | 542 | 135 | 107 |
| Binary | 11111010 | 1101110 | 1111011 | 0 | 111000 | 110011 | 10 | 101100010 | 1011101 | 1000111 |
Color Harmonies of #FA6E7B
Complementary color
Monochromatic Colors of #FA6E7B
Black with #FA6E7B
Text Example
Text Example
White with #FA6E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6E7B; }
p { color: rgb(250,110,123); }
H1.HeaderClassName
{
color: #FA6E7B;
}
.AnyTagClassName
{
color: #FA6E7B;
}
</style>
background-color css
<style>
a { background-color: #FA6E7B; }
a { background-color: rgb(250,110,123); }
div.DivClassName
{
background-color: #FA6E7B;
}
.BgClassName
{
background-color: #FA6E7B;
}
</style>
border-color css
<style>
span { border-color: #FA6E7B; }
span { border-color: rgb(250,110,123); }
td.TdClassName
{
border-color: #FA6E7B;
}
.TagClassName
{
border-color: #FA6E7B;
}
</style>