Shades of Brink Pink #FA708E
Tints of Brink Pink #FA708E
RGB
CMYK
RGB Variations
Color information
#FA708E (or 0xFA708E) is known color: Brink Pink. HEX triplet: FA, 70 and 8E. RGB value is (250,112,142). Sum of RGB (Red+Green+Blue) = 250+112+142=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA708E is #058F71. Grayscale: #9C9C9C. Windows color (decimal): -364402 or 9335034. OLE color: 9335034.
HSL color Cylindrical-coordinate representation of color #FA708E: hue angle of 346.96º 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 #FA708E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 142 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.02 |
| HSL | 346.96º | 0.93% | 0.71% | - |
| HSV(B) | 346.96º | 0.55% | 0.98% | - |
| XYZ | 50.1 | 33.87 | 29.49 | - |
| YUV | 156.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 142 | 0 | 0.55 | 0.43 | 0.02 | 346.96 | 0.93 | 0.71 |
| Hex | FA | 70 | 8E | 0 | 37 | 2B | 2 | 15B | 5D | 47 |
| Octal | 372 | 160 | 216 | 0 | 67 | 53 | 2 | 533 | 135 | 107 |
| Binary | 11111010 | 1110000 | 10001110 | 0 | 110111 | 101011 | 10 | 101011011 | 1011101 | 1000111 |
Color Harmonies of #FA708E
Complementary color
Monochromatic Colors of #FA708E
Black with #FA708E
Text Example
Text Example
White with #FA708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA708E; }
p { color: rgb(250,112,142); }
H1.HeaderClassName
{
color: #FA708E;
}
.AnyTagClassName
{
color: #FA708E;
}
</style>
background-color css
<style>
a { background-color: #FA708E; }
a { background-color: rgb(250,112,142); }
div.DivClassName
{
background-color: #FA708E;
}
.BgClassName
{
background-color: #FA708E;
}
</style>
border-color css
<style>
span { border-color: #FA708E; }
span { border-color: rgb(250,112,142); }
td.TdClassName
{
border-color: #FA708E;
}
.TagClassName
{
border-color: #FA708E;
}
</style>