Shades of Brink Pink #FA7685
Tints of Brink Pink #FA7685
RGB
CMYK
RGB Variations
Color information
#FA7685 (or 0xFA7685) is known color: Brink Pink. HEX triplet: FA, 76 and 85. RGB value is (250,118,133). Sum of RGB (Red+Green+Blue) = 250+118+133=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7685 is #05897A. Grayscale: #9F9F9F. Windows color (decimal): -362875 or 8746746. OLE color: 8746746.
HSL color Cylindrical-coordinate representation of color #FA7685: hue angle of 353.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA7685 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 133 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.02 |
| HSL | 353.18º | 0.93% | 0.72% | - |
| HSV(B) | 353.18º | 0.53% | 0.98% | - |
| XYZ | 50.14 | 34.97 | 26.3 | - |
| YUV | 159.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 133 | 0 | 0.53 | 0.47 | 0.02 | 353.18 | 0.93 | 0.72 |
| Hex | FA | 76 | 85 | 0 | 35 | 2F | 2 | 161 | 5D | 48 |
| Octal | 372 | 166 | 205 | 0 | 65 | 57 | 2 | 541 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10000101 | 0 | 110101 | 101111 | 10 | 101100001 | 1011101 | 1001000 |
Color Harmonies of #FA7685
Complementary color
Monochromatic Colors of #FA7685
Black with #FA7685
Text Example
Text Example
White with #FA7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7685; }
p { color: rgb(250,118,133); }
H1.HeaderClassName
{
color: #FA7685;
}
.AnyTagClassName
{
color: #FA7685;
}
</style>
background-color css
<style>
a { background-color: #FA7685; }
a { background-color: rgb(250,118,133); }
div.DivClassName
{
background-color: #FA7685;
}
.BgClassName
{
background-color: #FA7685;
}
</style>
border-color css
<style>
span { border-color: #FA7685; }
span { border-color: rgb(250,118,133); }
td.TdClassName
{
border-color: #FA7685;
}
.TagClassName
{
border-color: #FA7685;
}
</style>