Shades of Brink Pink #FA717F
Tints of Brink Pink #FA717F
RGB
CMYK
RGB Variations
Color information
#FA717F (or 0xFA717F) is known color: Brink Pink. HEX triplet: FA, 71 and 7F. RGB value is (250,113,127). Sum of RGB (Red+Green+Blue) = 250+113+127=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA717F is #058E80. Grayscale: #9B9B9B. Windows color (decimal): -364161 or 8352250. OLE color: 8352250.
HSL color Cylindrical-coordinate representation of color #FA717F: hue angle of 353.87º 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 #FA717F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 127 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.02 |
| HSL | 353.87º | 0.93% | 0.71% | - |
| HSV(B) | 353.87º | 0.55% | 0.98% | - |
| XYZ | 49.16 | 33.67 | 23.99 | - |
| YUV | 155.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 127 | 0 | 0.55 | 0.49 | 0.02 | 353.87 | 0.93 | 0.71 |
| Hex | FA | 71 | 7F | 0 | 37 | 31 | 2 | 162 | 5D | 47 |
| Octal | 372 | 161 | 177 | 0 | 67 | 61 | 2 | 542 | 135 | 107 |
| Binary | 11111010 | 1110001 | 1111111 | 0 | 110111 | 110001 | 10 | 101100010 | 1011101 | 1000111 |
Color Harmonies of #FA717F
Complementary color
Monochromatic Colors of #FA717F
Black with #FA717F
Text Example
Text Example
White with #FA717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA717F; }
p { color: rgb(250,113,127); }
H1.HeaderClassName
{
color: #FA717F;
}
.AnyTagClassName
{
color: #FA717F;
}
</style>
background-color css
<style>
a { background-color: #FA717F; }
a { background-color: rgb(250,113,127); }
div.DivClassName
{
background-color: #FA717F;
}
.BgClassName
{
background-color: #FA717F;
}
</style>
border-color css
<style>
span { border-color: #FA717F; }
span { border-color: rgb(250,113,127); }
td.TdClassName
{
border-color: #FA717F;
}
.TagClassName
{
border-color: #FA717F;
}
</style>