Shades of Brink Pink #FA738B
Tints of Brink Pink #FA738B
RGB
CMYK
RGB Variations
Color information
#FA738B (or 0xFA738B) is known color: Brink Pink. HEX triplet: FA, 73 and 8B. RGB value is (250,115,139). Sum of RGB (Red+Green+Blue) = 250+115+139=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA738B is #058C74. Grayscale: #9E9E9E. Windows color (decimal): -363637 or 9139194. OLE color: 9139194.
HSL color Cylindrical-coordinate representation of color #FA738B: hue angle of 349.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 #FA738B is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 139 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.02 |
| HSL | 349.33º | 0.93% | 0.72% | - |
| HSV(B) | 349.33º | 0.54% | 0.98% | - |
| XYZ | 50.22 | 34.45 | 28.43 | - |
| YUV | 158.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 139 | 0 | 0.54 | 0.44 | 0.02 | 349.33 | 0.93 | 0.72 |
| Hex | FA | 73 | 8B | 0 | 36 | 2C | 2 | 15D | 5D | 48 |
| Octal | 372 | 163 | 213 | 0 | 66 | 54 | 2 | 535 | 135 | 110 |
| Binary | 11111010 | 1110011 | 10001011 | 0 | 110110 | 101100 | 10 | 101011101 | 1011101 | 1001000 |
Color Harmonies of #FA738B
Complementary color
Monochromatic Colors of #FA738B
Black with #FA738B
Text Example
Text Example
White with #FA738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA738B; }
p { color: rgb(250,115,139); }
H1.HeaderClassName
{
color: #FA738B;
}
.AnyTagClassName
{
color: #FA738B;
}
</style>
background-color css
<style>
a { background-color: #FA738B; }
a { background-color: rgb(250,115,139); }
div.DivClassName
{
background-color: #FA738B;
}
.BgClassName
{
background-color: #FA738B;
}
</style>
border-color css
<style>
span { border-color: #FA738B; }
span { border-color: rgb(250,115,139); }
td.TdClassName
{
border-color: #FA738B;
}
.TagClassName
{
border-color: #FA738B;
}
</style>