Shades of Brink Pink #FA6D8C
Tints of Brink Pink #FA6D8C
RGB
CMYK
RGB Variations
Color information
#FA6D8C (or 0xFA6D8C) is known color: Brink Pink. HEX triplet: FA, 6D and 8C. RGB value is (250,109,140). Sum of RGB (Red+Green+Blue) = 250+109+140=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6D8C is #059273. Grayscale: #9A9A9A. Windows color (decimal): -365172 or 9203194. OLE color: 9203194.
HSL color Cylindrical-coordinate representation of color #FA6D8C: hue angle of 346.81º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6D8C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 140 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.02 |
| HSL | 346.81º | 0.93% | 0.7% | - |
| HSV(B) | 346.81º | 0.56% | 0.98% | - |
| XYZ | 49.63 | 33.15 | 28.59 | - |
| YUV | 154.69 | 119.71 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 140 | 0 | 0.56 | 0.44 | 0.02 | 346.81 | 0.93 | 0.7 |
| Hex | FA | 6D | 8C | 0 | 38 | 2C | 2 | 15B | 5D | 46 |
| Octal | 372 | 155 | 214 | 0 | 70 | 54 | 2 | 533 | 135 | 106 |
| Binary | 11111010 | 1101101 | 10001100 | 0 | 111000 | 101100 | 10 | 101011011 | 1011101 | 1000110 |
Color Harmonies of #FA6D8C
Complementary color
Monochromatic Colors of #FA6D8C
Black with #FA6D8C
Text Example
Text Example
White with #FA6D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D8C; }
p { color: rgb(250,109,140); }
H1.HeaderClassName
{
color: #FA6D8C;
}
.AnyTagClassName
{
color: #FA6D8C;
}
</style>
background-color css
<style>
a { background-color: #FA6D8C; }
a { background-color: rgb(250,109,140); }
div.DivClassName
{
background-color: #FA6D8C;
}
.BgClassName
{
background-color: #FA6D8C;
}
</style>
border-color css
<style>
span { border-color: #FA6D8C; }
span { border-color: rgb(250,109,140); }
td.TdClassName
{
border-color: #FA6D8C;
}
.TagClassName
{
border-color: #FA6D8C;
}
</style>