Shades of Brink Pink #FA7282
Tints of Brink Pink #FA7282
RGB
CMYK
RGB Variations
Color information
#FA7282 (or 0xFA7282) is known color: Brink Pink. HEX triplet: FA, 72 and 82. RGB value is (250,114,130). Sum of RGB (Red+Green+Blue) = 250+114+130=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7282 is #058D7D. Grayscale: #9C9C9C. Windows color (decimal): -363902 or 8549114. OLE color: 8549114.
HSL color Cylindrical-coordinate representation of color #FA7282: hue angle of 352.94º 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 #FA7282 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 130 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.02 |
| HSL | 352.94º | 0.93% | 0.71% | - |
| HSV(B) | 352.94º | 0.54% | 0.98% | - |
| XYZ | 49.47 | 33.97 | 25.07 | - |
| YUV | 156.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 130 | 0 | 0.54 | 0.48 | 0.02 | 352.94 | 0.93 | 0.71 |
| Hex | FA | 72 | 82 | 0 | 36 | 30 | 2 | 161 | 5D | 47 |
| Octal | 372 | 162 | 202 | 0 | 66 | 60 | 2 | 541 | 135 | 107 |
| Binary | 11111010 | 1110010 | 10000010 | 0 | 110110 | 110000 | 10 | 101100001 | 1011101 | 1000111 |
Color Harmonies of #FA7282
Complementary color
Monochromatic Colors of #FA7282
Black with #FA7282
Text Example
Text Example
White with #FA7282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7282; }
p { color: rgb(250,114,130); }
H1.HeaderClassName
{
color: #FA7282;
}
.AnyTagClassName
{
color: #FA7282;
}
</style>
background-color css
<style>
a { background-color: #FA7282; }
a { background-color: rgb(250,114,130); }
div.DivClassName
{
background-color: #FA7282;
}
.BgClassName
{
background-color: #FA7282;
}
</style>
border-color css
<style>
span { border-color: #FA7282; }
span { border-color: rgb(250,114,130); }
td.TdClassName
{
border-color: #FA7282;
}
.TagClassName
{
border-color: #FA7282;
}
</style>