Shades of Brink Pink #FA6F7E
Tints of Brink Pink #FA6F7E
RGB
CMYK
RGB Variations
Color information
#FA6F7E (or 0xFA6F7E) is known color: Brink Pink. HEX triplet: FA, 6F and 7E. RGB value is (250,111,126). Sum of RGB (Red+Green+Blue) = 250+111+126=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6F7E is #059081. Grayscale: #9A9A9A. Windows color (decimal): -364674 or 8286202. OLE color: 8286202.
HSL color Cylindrical-coordinate representation of color #FA6F7E: hue angle of 353.53º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6F7E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 126 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.02 |
| HSL | 353.53º | 0.93% | 0.71% | - |
| HSV(B) | 353.53º | 0.56% | 0.98% | - |
| XYZ | 48.87 | 33.2 | 23.57 | - |
| YUV | 154.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 126 | 0 | 0.56 | 0.50 | 0.02 | 353.53 | 0.93 | 0.71 |
| Hex | FA | 6F | 7E | 0 | 38 | 32 | 2 | 162 | 5D | 47 |
| Octal | 372 | 157 | 176 | 0 | 70 | 62 | 2 | 542 | 135 | 107 |
| Binary | 11111010 | 1101111 | 1111110 | 0 | 111000 | 110010 | 10 | 101100010 | 1011101 | 1000111 |
Color Harmonies of #FA6F7E
Complementary color
Monochromatic Colors of #FA6F7E
Black with #FA6F7E
Text Example
Text Example
White with #FA6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6F7E; }
p { color: rgb(250,111,126); }
H1.HeaderClassName
{
color: #FA6F7E;
}
.AnyTagClassName
{
color: #FA6F7E;
}
</style>
background-color css
<style>
a { background-color: #FA6F7E; }
a { background-color: rgb(250,111,126); }
div.DivClassName
{
background-color: #FA6F7E;
}
.BgClassName
{
background-color: #FA6F7E;
}
</style>
border-color css
<style>
span { border-color: #FA6F7E; }
span { border-color: rgb(250,111,126); }
td.TdClassName
{
border-color: #FA6F7E;
}
.TagClassName
{
border-color: #FA6F7E;
}
</style>