Shades of Brink Pink #FA6D7C
Tints of Brink Pink #FA6D7C
RGB
CMYK
RGB Variations
Color information
#FA6D7C (or 0xFA6D7C) is known color: Brink Pink. HEX triplet: FA, 6D and 7C. RGB value is (250,109,124). Sum of RGB (Red+Green+Blue) = 250+109+124=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D7C is #059283. Grayscale: #989898. Windows color (decimal): -365188 or 8154618. OLE color: 8154618.
HSL color Cylindrical-coordinate representation of color #FA6D7C: hue angle of 353.62º 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 #FA6D7C is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 124 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.02 |
| HSL | 353.62º | 0.93% | 0.7% | - |
| HSV(B) | 353.62º | 0.56% | 0.98% | - |
| XYZ | 48.53 | 32.72 | 22.83 | - |
| YUV | 152.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 124 | 0 | 0.56 | 0.50 | 0.02 | 353.62 | 0.93 | 0.7 |
| Hex | FA | 6D | 7C | 0 | 38 | 32 | 2 | 162 | 5D | 46 |
| Octal | 372 | 155 | 174 | 0 | 70 | 62 | 2 | 542 | 135 | 106 |
| Binary | 11111010 | 1101101 | 1111100 | 0 | 111000 | 110010 | 10 | 101100010 | 1011101 | 1000110 |
Color Harmonies of #FA6D7C
Complementary color
Monochromatic Colors of #FA6D7C
Black with #FA6D7C
Text Example
Text Example
White with #FA6D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D7C; }
p { color: rgb(250,109,124); }
H1.HeaderClassName
{
color: #FA6D7C;
}
.AnyTagClassName
{
color: #FA6D7C;
}
</style>
background-color css
<style>
a { background-color: #FA6D7C; }
a { background-color: rgb(250,109,124); }
div.DivClassName
{
background-color: #FA6D7C;
}
.BgClassName
{
background-color: #FA6D7C;
}
</style>
border-color css
<style>
span { border-color: #FA6D7C; }
span { border-color: rgb(250,109,124); }
td.TdClassName
{
border-color: #FA6D7C;
}
.TagClassName
{
border-color: #FA6D7C;
}
</style>