Shades of Brink Pink #FA7388
Tints of Brink Pink #FA7388
RGB
CMYK
RGB Variations
Color information
#FA7388 (or 0xFA7388) is known color: Brink Pink. HEX triplet: FA, 73 and 88. RGB value is (250,115,136). Sum of RGB (Red+Green+Blue) = 250+115+136=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7388 is #058C77. Grayscale: #9D9D9D. Windows color (decimal): -363640 or 8942586. OLE color: 8942586.
HSL color Cylindrical-coordinate representation of color #FA7388: hue angle of 350.67º 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 #FA7388 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 136 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.02 |
| HSL | 350.67º | 0.93% | 0.72% | - |
| HSV(B) | 350.67º | 0.54% | 0.98% | - |
| XYZ | 50 | 34.36 | 27.29 | - |
| YUV | 157.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 136 | 0 | 0.54 | 0.46 | 0.02 | 350.67 | 0.93 | 0.72 |
| Hex | FA | 73 | 88 | 0 | 36 | 2E | 2 | 15F | 5D | 48 |
| Octal | 372 | 163 | 210 | 0 | 66 | 56 | 2 | 537 | 135 | 110 |
| Binary | 11111010 | 1110011 | 10001000 | 0 | 110110 | 101110 | 10 | 101011111 | 1011101 | 1001000 |
Color Harmonies of #FA7388
Complementary color
Monochromatic Colors of #FA7388
Black with #FA7388
Text Example
Text Example
White with #FA7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7388; }
p { color: rgb(250,115,136); }
H1.HeaderClassName
{
color: #FA7388;
}
.AnyTagClassName
{
color: #FA7388;
}
</style>
background-color css
<style>
a { background-color: #FA7388; }
a { background-color: rgb(250,115,136); }
div.DivClassName
{
background-color: #FA7388;
}
.BgClassName
{
background-color: #FA7388;
}
</style>
border-color css
<style>
span { border-color: #FA7388; }
span { border-color: rgb(250,115,136); }
td.TdClassName
{
border-color: #FA7388;
}
.TagClassName
{
border-color: #FA7388;
}
</style>