Shades of Brink Pink #FA7680
Tints of Brink Pink #FA7680
RGB
CMYK
RGB Variations
Color information
#FA7680 (or 0xFA7680) is known color: Brink Pink. HEX triplet: FA, 76 and 80. RGB value is (250,118,128). Sum of RGB (Red+Green+Blue) = 250+118+128=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7680 is #05897F. Grayscale: #9E9E9E. Windows color (decimal): -362880 or 8419066. OLE color: 8419066.
HSL color Cylindrical-coordinate representation of color #FA7680: hue angle of 355.45º 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 #FA7680 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 128 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.02 |
| HSL | 355.45º | 0.93% | 0.72% | - |
| HSV(B) | 355.45º | 0.53% | 0.98% | - |
| XYZ | 49.8 | 34.84 | 24.52 | - |
| YUV | 158.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 128 | 0 | 0.53 | 0.49 | 0.02 | 355.45 | 0.93 | 0.72 |
| Hex | FA | 76 | 80 | 0 | 35 | 31 | 2 | 163 | 5D | 48 |
| Octal | 372 | 166 | 200 | 0 | 65 | 61 | 2 | 543 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10000000 | 0 | 110101 | 110001 | 10 | 101100011 | 1011101 | 1001000 |
Color Harmonies of #FA7680
Complementary color
Monochromatic Colors of #FA7680
Black with #FA7680
Text Example
Text Example
White with #FA7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7680; }
p { color: rgb(250,118,128); }
H1.HeaderClassName
{
color: #FA7680;
}
.AnyTagClassName
{
color: #FA7680;
}
</style>
background-color css
<style>
a { background-color: #FA7680; }
a { background-color: rgb(250,118,128); }
div.DivClassName
{
background-color: #FA7680;
}
.BgClassName
{
background-color: #FA7680;
}
</style>
border-color css
<style>
span { border-color: #FA7680; }
span { border-color: rgb(250,118,128); }
td.TdClassName
{
border-color: #FA7680;
}
.TagClassName
{
border-color: #FA7680;
}
</style>