Shades of Brink Pink #FA6B7F
Tints of Brink Pink #FA6B7F
RGB
CMYK
RGB Variations
Color information
#FA6B7F (or 0xFA6B7F) is known color: Brink Pink. HEX triplet: FA, 6B and 7F. RGB value is (250,107,127). Sum of RGB (Red+Green+Blue) = 250+107+127=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B7F is #059480. Grayscale: #989898. Windows color (decimal): -365697 or 8350714. OLE color: 8350714.
HSL color Cylindrical-coordinate representation of color #FA6B7F: hue angle of 351.61º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6B7F is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 127 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.02 |
| HSL | 351.61º | 0.93% | 0.7% | - |
| HSV(B) | 351.61º | 0.57% | 0.98% | - |
| XYZ | 48.51 | 32.37 | 23.77 | - |
| YUV | 152.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 127 | 0 | 0.57 | 0.49 | 0.02 | 351.61 | 0.93 | 0.7 |
| Hex | FA | 6B | 7F | 0 | 39 | 31 | 2 | 160 | 5D | 46 |
| Octal | 372 | 153 | 177 | 0 | 71 | 61 | 2 | 540 | 135 | 106 |
| Binary | 11111010 | 1101011 | 1111111 | 0 | 111001 | 110001 | 10 | 101100000 | 1011101 | 1000110 |
Color Harmonies of #FA6B7F
Complementary color
Monochromatic Colors of #FA6B7F
Black with #FA6B7F
Text Example
Text Example
White with #FA6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B7F; }
p { color: rgb(250,107,127); }
H1.HeaderClassName
{
color: #FA6B7F;
}
.AnyTagClassName
{
color: #FA6B7F;
}
</style>
background-color css
<style>
a { background-color: #FA6B7F; }
a { background-color: rgb(250,107,127); }
div.DivClassName
{
background-color: #FA6B7F;
}
.BgClassName
{
background-color: #FA6B7F;
}
</style>
border-color css
<style>
span { border-color: #FA6B7F; }
span { border-color: rgb(250,107,127); }
td.TdClassName
{
border-color: #FA6B7F;
}
.TagClassName
{
border-color: #FA6B7F;
}
</style>