Shades of Brink Pink #FA7983
Tints of Brink Pink #FA7983
RGB
CMYK
RGB Variations
Color information
#FA7983 (or 0xFA7983) is known color: Brink Pink. HEX triplet: FA, 79 and 83. RGB value is (250,121,131). Sum of RGB (Red+Green+Blue) = 250+121+131=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7983 is #05867C. Grayscale: #A0A0A0. Windows color (decimal): -362109 or 8616442. OLE color: 8616442.
HSL color Cylindrical-coordinate representation of color #FA7983: hue angle of 355.35º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA7983 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 131 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.02 |
| HSL | 355.35º | 0.93% | 0.73% | - |
| HSV(B) | 355.35º | 0.52% | 0.98% | - |
| XYZ | 50.36 | 35.64 | 25.7 | - |
| YUV | 160.71 | 111.24 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 131 | 0 | 0.52 | 0.48 | 0.02 | 355.35 | 0.93 | 0.73 |
| Hex | FA | 79 | 83 | 0 | 34 | 30 | 2 | 163 | 5D | 49 |
| Octal | 372 | 171 | 203 | 0 | 64 | 60 | 2 | 543 | 135 | 111 |
| Binary | 11111010 | 1111001 | 10000011 | 0 | 110100 | 110000 | 10 | 101100011 | 1011101 | 1001001 |
Color Harmonies of #FA7983
Complementary color
Monochromatic Colors of #FA7983
Black with #FA7983
Text Example
Text Example
White with #FA7983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7983; }
p { color: rgb(250,121,131); }
H1.HeaderClassName
{
color: #FA7983;
}
.AnyTagClassName
{
color: #FA7983;
}
</style>
background-color css
<style>
a { background-color: #FA7983; }
a { background-color: rgb(250,121,131); }
div.DivClassName
{
background-color: #FA7983;
}
.BgClassName
{
background-color: #FA7983;
}
</style>
border-color css
<style>
span { border-color: #FA7983; }
span { border-color: rgb(250,121,131); }
td.TdClassName
{
border-color: #FA7983;
}
.TagClassName
{
border-color: #FA7983;
}
</style>