Shades of Brink Pink #FA718E
Tints of Brink Pink #FA718E
RGB
CMYK
RGB Variations
Color information
#FA718E (or 0xFA718E) is known color: Brink Pink. HEX triplet: FA, 71 and 8E. RGB value is (250,113,142). Sum of RGB (Red+Green+Blue) = 250+113+142=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA718E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA718E is #058E71. Grayscale: #9D9D9D. Windows color (decimal): -364146 or 9335290. OLE color: 9335290.
HSL color Cylindrical-coordinate representation of color #FA718E: hue angle of 347.3º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA718E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 142 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.02 |
| HSL | 347.3º | 0.93% | 0.71% | - |
| HSV(B) | 347.3º | 0.55% | 0.98% | - |
| XYZ | 50.21 | 34.09 | 29.52 | - |
| YUV | 157.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 142 | 0 | 0.55 | 0.43 | 0.02 | 347.3 | 0.93 | 0.71 |
| Hex | FA | 71 | 8E | 0 | 37 | 2B | 2 | 15B | 5D | 47 |
| Octal | 372 | 161 | 216 | 0 | 67 | 53 | 2 | 533 | 135 | 107 |
| Binary | 11111010 | 1110001 | 10001110 | 0 | 110111 | 101011 | 10 | 101011011 | 1011101 | 1000111 |
Color Harmonies of #FA718E
Complementary color
Monochromatic Colors of #FA718E
Black with #FA718E
Text Example
Text Example
White with #FA718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA718E; }
p { color: rgb(250,113,142); }
H1.HeaderClassName
{
color: #FA718E;
}
.AnyTagClassName
{
color: #FA718E;
}
</style>
background-color css
<style>
a { background-color: #FA718E; }
a { background-color: rgb(250,113,142); }
div.DivClassName
{
background-color: #FA718E;
}
.BgClassName
{
background-color: #FA718E;
}
</style>
border-color css
<style>
span { border-color: #FA718E; }
span { border-color: rgb(250,113,142); }
td.TdClassName
{
border-color: #FA718E;
}
.TagClassName
{
border-color: #FA718E;
}
</style>