Shades of Brink Pink #FA7280
Tints of Brink Pink #FA7280
RGB
CMYK
RGB Variations
Color information
#FA7280 (or 0xFA7280) is known color: Brink Pink. HEX triplet: FA, 72 and 80. RGB value is (250,114,128). Sum of RGB (Red+Green+Blue) = 250+114+128=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7280 is #058D7F. Grayscale: #9C9C9C. Windows color (decimal): -363904 or 8418042. OLE color: 8418042.
HSL color Cylindrical-coordinate representation of color #FA7280: hue angle of 353.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7280 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 128 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.02 |
| HSL | 353.82º | 0.93% | 0.71% | - |
| HSV(B) | 353.82º | 0.54% | 0.98% | - |
| XYZ | 49.34 | 33.92 | 24.37 | - |
| YUV | 156.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 128 | 0 | 0.54 | 0.49 | 0.02 | 353.82 | 0.93 | 0.71 |
| Hex | FA | 72 | 80 | 0 | 36 | 31 | 2 | 162 | 5D | 47 |
| Octal | 372 | 162 | 200 | 0 | 66 | 61 | 2 | 542 | 135 | 107 |
| Binary | 11111010 | 1110010 | 10000000 | 0 | 110110 | 110001 | 10 | 101100010 | 1011101 | 1000111 |
Color Harmonies of #FA7280
Complementary color
Monochromatic Colors of #FA7280
Black with #FA7280
Text Example
Text Example
White with #FA7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7280; }
p { color: rgb(250,114,128); }
H1.HeaderClassName
{
color: #FA7280;
}
.AnyTagClassName
{
color: #FA7280;
}
</style>
background-color css
<style>
a { background-color: #FA7280; }
a { background-color: rgb(250,114,128); }
div.DivClassName
{
background-color: #FA7280;
}
.BgClassName
{
background-color: #FA7280;
}
</style>
border-color css
<style>
span { border-color: #FA7280; }
span { border-color: rgb(250,114,128); }
td.TdClassName
{
border-color: #FA7280;
}
.TagClassName
{
border-color: #FA7280;
}
</style>