Shades of Brink Pink #FA7382
Tints of Brink Pink #FA7382
RGB
CMYK
RGB Variations
Color information
#FA7382 (or 0xFA7382) is known color: Brink Pink. HEX triplet: FA, 73 and 82. RGB value is (250,115,130). Sum of RGB (Red+Green+Blue) = 250+115+130=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7382 is #058C7D. Grayscale: #9D9D9D. Windows color (decimal): -363646 or 8549370. OLE color: 8549370.
HSL color Cylindrical-coordinate representation of color #FA7382: hue angle of 353.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7382 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 130 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.02 |
| HSL | 353.33º | 0.93% | 0.72% | - |
| HSV(B) | 353.33º | 0.54% | 0.98% | - |
| XYZ | 49.58 | 34.2 | 25.11 | - |
| YUV | 157.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 130 | 0 | 0.54 | 0.48 | 0.02 | 353.33 | 0.93 | 0.72 |
| Hex | FA | 73 | 82 | 0 | 36 | 30 | 2 | 161 | 5D | 48 |
| Octal | 372 | 163 | 202 | 0 | 66 | 60 | 2 | 541 | 135 | 110 |
| Binary | 11111010 | 1110011 | 10000010 | 0 | 110110 | 110000 | 10 | 101100001 | 1011101 | 1001000 |
Color Harmonies of #FA7382
Complementary color
Monochromatic Colors of #FA7382
Black with #FA7382
Text Example
Text Example
White with #FA7382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7382; }
p { color: rgb(250,115,130); }
H1.HeaderClassName
{
color: #FA7382;
}
.AnyTagClassName
{
color: #FA7382;
}
</style>
background-color css
<style>
a { background-color: #FA7382; }
a { background-color: rgb(250,115,130); }
div.DivClassName
{
background-color: #FA7382;
}
.BgClassName
{
background-color: #FA7382;
}
</style>
border-color css
<style>
span { border-color: #FA7382; }
span { border-color: rgb(250,115,130); }
td.TdClassName
{
border-color: #FA7382;
}
.TagClassName
{
border-color: #FA7382;
}
</style>