Shades of Brink Pink #FA728B
Tints of Brink Pink #FA728B
RGB
CMYK
RGB Variations
Color information
#FA728B (or 0xFA728B) is known color: Brink Pink. HEX triplet: FA, 72 and 8B. RGB value is (250,114,139). Sum of RGB (Red+Green+Blue) = 250+114+139=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA728B is #058D74. Grayscale: #9D9D9D. Windows color (decimal): -363893 or 9138938. OLE color: 9138938.
HSL color Cylindrical-coordinate representation of color #FA728B: hue angle of 348.97º 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 #FA728B is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 139 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.02 |
| HSL | 348.97º | 0.93% | 0.71% | - |
| HSV(B) | 348.97º | 0.54% | 0.98% | - |
| XYZ | 50.1 | 34.22 | 28.39 | - |
| YUV | 157.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 139 | 0 | 0.54 | 0.44 | 0.02 | 348.97 | 0.93 | 0.71 |
| Hex | FA | 72 | 8B | 0 | 36 | 2C | 2 | 15D | 5D | 47 |
| Octal | 372 | 162 | 213 | 0 | 66 | 54 | 2 | 535 | 135 | 107 |
| Binary | 11111010 | 1110010 | 10001011 | 0 | 110110 | 101100 | 10 | 101011101 | 1011101 | 1000111 |
Color Harmonies of #FA728B
Complementary color
Monochromatic Colors of #FA728B
Black with #FA728B
Text Example
Text Example
White with #FA728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA728B; }
p { color: rgb(250,114,139); }
H1.HeaderClassName
{
color: #FA728B;
}
.AnyTagClassName
{
color: #FA728B;
}
</style>
background-color css
<style>
a { background-color: #FA728B; }
a { background-color: rgb(250,114,139); }
div.DivClassName
{
background-color: #FA728B;
}
.BgClassName
{
background-color: #FA728B;
}
</style>
border-color css
<style>
span { border-color: #FA728B; }
span { border-color: rgb(250,114,139); }
td.TdClassName
{
border-color: #FA728B;
}
.TagClassName
{
border-color: #FA728B;
}
</style>