Shades of Brink Pink #FA7183
Tints of Brink Pink #FA7183
RGB
CMYK
RGB Variations
Color information
#FA7183 (or 0xFA7183) is known color: Brink Pink. HEX triplet: FA, 71 and 83. RGB value is (250,113,131). Sum of RGB (Red+Green+Blue) = 250+113+131=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7183 is #058E7C. Grayscale: #9C9C9C. Windows color (decimal): -364157 or 8614394. OLE color: 8614394.
HSL color Cylindrical-coordinate representation of color #FA7183: hue angle of 352.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA7183 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 131 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.02 |
| HSL | 352.12º | 0.93% | 0.71% | - |
| HSV(B) | 352.12º | 0.55% | 0.98% | - |
| XYZ | 49.43 | 33.77 | 25.39 | - |
| YUV | 156.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 131 | 0 | 0.55 | 0.48 | 0.02 | 352.12 | 0.93 | 0.71 |
| Hex | FA | 71 | 83 | 0 | 37 | 30 | 2 | 160 | 5D | 47 |
| Octal | 372 | 161 | 203 | 0 | 67 | 60 | 2 | 540 | 135 | 107 |
| Binary | 11111010 | 1110001 | 10000011 | 0 | 110111 | 110000 | 10 | 101100000 | 1011101 | 1000111 |
Color Harmonies of #FA7183
Complementary color
Monochromatic Colors of #FA7183
Black with #FA7183
Text Example
Text Example
White with #FA7183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7183; }
p { color: rgb(250,113,131); }
H1.HeaderClassName
{
color: #FA7183;
}
.AnyTagClassName
{
color: #FA7183;
}
</style>
background-color css
<style>
a { background-color: #FA7183; }
a { background-color: rgb(250,113,131); }
div.DivClassName
{
background-color: #FA7183;
}
.BgClassName
{
background-color: #FA7183;
}
</style>
border-color css
<style>
span { border-color: #FA7183; }
span { border-color: rgb(250,113,131); }
td.TdClassName
{
border-color: #FA7183;
}
.TagClassName
{
border-color: #FA7183;
}
</style>